1
0
mirror of https://github.com/amir20/dozzle.git synced 2025-12-25 06:49:23 +01:00

Fixes deploy go test

This commit is contained in:
Amir Raminfar
2021-03-22 08:48:07 -07:00
parent 996c0b9e9b
commit 45c1754465

View File

@@ -27,7 +27,7 @@ jobs:
- name: Checkout code
uses: actions/checkout@v2
- name: Run Go Tests with Coverage
run: go test -cover ./...
run: make test SKIP_ASSET=1
int-test:
needs: [go-test, npm-test]
name: Integration Tests