This commit is contained in:
@@ -19,6 +19,13 @@ jobs:
|
|||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: npm ci
|
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
|
- name: Test
|
||||||
run: npm test
|
run: npm test
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user