Signed-off-by: Xe Iaso <me@xeiaso.net>
This commit is contained in:
Xe Iaso
2025-03-28 13:40:38 -04:00
parent 032662ddbd
commit 236e32ee95
2 changed files with 7 additions and 2 deletions
+6 -1
View File
@@ -69,8 +69,13 @@ jobs:
npx --yes playwright@1.50.1 install --with-deps
npx --yes playwright@1.50.1 run-server --port 3000 &
- name: install node deps
run: |
npm ci
npm run assets
- name: Build
run: go build ./...
- name: Test
run: go test -v ./...
run: npm run test