Skip to content

Commit

Permalink
changing directory for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
dkonasov committed Apr 26, 2024
1 parent 1682517 commit e829fcb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@ jobs:
with:
node-version: '20'
- name: Install dependencies
run: npm ci -w react-ux-semantics --install-strategy nested
run: cd react-ux-semantics && npm ci && cd ..
- name: Run tests
run: npm run test -w react-ux-semantics

0 comments on commit e829fcb

Please sign in to comment.