Skip to content

Commit 1faa9b8

Browse files
chore: updates build test workflow to add env variables
1 parent 2ec3c00 commit 1faa9b8

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.github/workflows/build-test.yaml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@ on:
55
branches:
66
- main
77
types: ["opened", "synchronize", "reopened"]
8+
9+
workflow_dispatch:
10+
11+
push:
12+
branches:
13+
- check-tests
14+
815
jobs:
916
build-lint:
1017
runs-on: ubuntu-latest
@@ -31,3 +38,7 @@ jobs:
3138

3239
- name: Run tests
3340
run: pnpm run test:e2e
41+
env:
42+
PLANE_API_KEY: ${{ secrets.PLANE_API_KEY }}
43+
PLANE_BASE_URL: ${{ secrets.PLANE_BASE_URL }}
44+
TEST_WORKSPACE_SLUG: ${{ env.TEST_WORKSPACE_SLUG }}

0 commit comments

Comments
 (0)