Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
michalspano committed Nov 1, 2023
1 parent 476029b commit 72db6f3
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ jobs:
cache: 'npm'
# Caching in monorepos
cache-dependency-path: server/package-lock.json
- name: Where am I?
run: pwd |
ls
- run: npm ci
- run: cd server |
npm run ci-test
npm ci-test

0 comments on commit 72db6f3

Please sign in to comment.