Skip to content

Commit

Permalink
bug fix - pipeline corrected
Browse files Browse the repository at this point in the history
  • Loading branch information
Shay2Shay committed May 1, 2024
1 parent 564003d commit 5cbce33
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,9 @@ jobs:
cat ./server/.env
- name: tests
run: |
cd server
npm i --force
cd ..
pwd
npm test
cat log.txt

0 comments on commit 5cbce33

Please sign in to comment.