fix: CI for e2e testing

This commit is contained in:
Yogesh070 2024-01-07 19:44:50 +05:45
parent 7577743bda
commit 20842c889b

View File

@ -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