Skip to content

Commit

Permalink
ci: can we see where we are
Browse files Browse the repository at this point in the history
  • Loading branch information
Ron de las Alas committed Oct 13, 2023
1 parent 8cd5234 commit 9bc074b
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@ jobs:
chrome-version: latest
- name: Install Node Dependencies
run: npm ci
- name: Lint
run: npm run test:lint
- name: Run Tests
run: DISPLAY=:99 npm test
- run: ls -la
# - name: Lint
# run: npm run test:lint
# - name: Run Tests
# run: DISPLAY=:99 npm test

0 comments on commit 9bc074b

Please sign in to comment.