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 0600d66 commit 464b9d2Copy full SHA for 464b9d2
1 file changed
.github/workflows/ci.yaml
@@ -37,6 +37,20 @@ jobs:
37
- run: cd web && npm install
38
- run: make build-web
39
- run: make test-e2e
40
+
41
+ go-test-e2e-contrib:
42
+ name: go-test-e2e-contrib
43
+ runs-on: ubuntu-latest
44
+ steps:
45
+ - uses: actions/checkout@v4
46
+ - uses: actions/setup-go@v5
47
+ with:
48
+ go-version: v1.24.0
49
+ - uses: actions/setup-node@v4
50
51
+ node-version: '20'
52
+ - run: cd web && npm install
53
+ - run: make build-web
54
- run: make test-e2e-contribs
55
56
go-test:
0 commit comments