We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 730b7b8 commit c61ed35Copy full SHA for c61ed35
.github/workflows/pwa-tests.yml
@@ -39,4 +39,4 @@ jobs:
39
- name: run unit tests
40
run: task test-pwa-unit
41
- name: run integration tests
42
- run: task test-pwa-integration
+ run: task test-pwa-integration-ci
taskfile.yml
@@ -48,6 +48,13 @@ tasks:
48
dir: pwa/test/integration
49
env:
50
GOAPP_URL: http://localhost:8080
51
+ test-pwa-integration-ci:
52
+ cmds:
53
+ - go mod download
54
+ - go test -v
55
+ dir: pwa/test/integration
56
+ env:
57
+ GOAPP_URL: http://pwa:8080
58
init-uv-venv:
59
cmds:
60
- uv venv
0 commit comments