Verify Actions checkout before tests
Test and deploy / test-and-deploy (push) Failing after 53s

This commit is contained in:
2026-07-31 06:20:53 -04:00
parent 1cc3f72a62
commit 0a160f0800
+7
View File
@@ -19,6 +19,13 @@ jobs:
- name: Install dependencies
run: npm ci
- name: Verify checked-out source
run: |
pwd
test -f public/landing.html
test -f public/login.html
test -f test/auth.test.js
- name: Test
run: npm test