Skip to content

Commit c61ed35

Browse files
author
Piotr Gulbinowicz
committed
fix ci
1 parent 730b7b8 commit c61ed35

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

.github/workflows/pwa-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,4 +39,4 @@ jobs:
3939
- name: run unit tests
4040
run: task test-pwa-unit
4141
- name: run integration tests
42-
run: task test-pwa-integration
42+
run: task test-pwa-integration-ci

taskfile.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,13 @@ tasks:
4848
dir: pwa/test/integration
4949
env:
5050
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
5158
init-uv-venv:
5259
cmds:
5360
- uv venv

0 commit comments

Comments
 (0)