We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ec3c00 commit 1faa9b8Copy full SHA for 1faa9b8
.github/workflows/build-test.yaml
@@ -5,6 +5,13 @@ on:
5
branches:
6
- main
7
types: ["opened", "synchronize", "reopened"]
8
+
9
+ workflow_dispatch:
10
11
+ push:
12
+ branches:
13
+ - check-tests
14
15
jobs:
16
build-lint:
17
runs-on: ubuntu-latest
@@ -31,3 +38,7 @@ jobs:
31
38
32
39
- name: Run tests
33
40
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