1
0
mirror of synced 2026-01-05 21:04:17 -05:00

Alias test-local-dev (#47506)

This commit is contained in:
Peter Bengtsson
2023-12-08 15:36:38 -05:00
committed by GitHub
parent 979082928b
commit daa505836b
2 changed files with 2 additions and 1 deletions

View File

@@ -38,7 +38,7 @@ jobs:
curl --fail --retry-connrefused --retry 5 http://localhost:4000/
- name: Run basic tests
run: node src/workflows/test-local-dev.js
run: npm run test-local-dev
- if: ${{ failure() }}
name: Debug server outputs on errors