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
|
||||
with:
|
||||
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
|
||||
test-backend:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
Loading…
Reference in New Issue
Block a user