fix: CI for e2e testing
This commit is contained in:
parent
7577743bda
commit
20842c889b
9
.github/workflows/main.yaml
vendored
9
.github/workflows/main.yaml
vendored
@ -50,6 +50,15 @@ jobs:
|
|||||||
- uses: actions/setup-node@v2
|
- uses: actions/setup-node@v2
|
||||||
with:
|
with:
|
||||||
node-version: '18'
|
node-version: '18'
|
||||||
|
- uses: actions/setup-go@v2
|
||||||
|
with:
|
||||||
|
go-version: 1.21.0
|
||||||
|
- name: Build frontend
|
||||||
|
run: make build-frontend
|
||||||
|
- name: run filebrowser
|
||||||
|
run: |
|
||||||
|
go mod download
|
||||||
|
go run main.go &
|
||||||
- run: make test-frontend
|
- run: make test-frontend
|
||||||
test-backend:
|
test-backend:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user