Skip to content

Commit 464b9d2

Browse files
committed
split contrib test
1 parent 0600d66 commit 464b9d2

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,20 @@ jobs:
3737
- run: cd web && npm install
3838
- run: make build-web
3939
- 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+
with:
51+
node-version: '20'
52+
- run: cd web && npm install
53+
- run: make build-web
4054
- run: make test-e2e-contribs
4155

4256
go-test:

0 commit comments

Comments
 (0)