Skip to content

Commit

Permalink
try working directory default
Browse files Browse the repository at this point in the history
  • Loading branch information
paigen11 committed Jan 12, 2023
1 parent 9143273 commit 4efacbc
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ jobs:

runs-on: ubuntu-latest

defaults:
run:
working-directory: ./src

strategy:
matrix:
node-version: [10.x, 12.x, 14.x, 15.x]
Expand All @@ -26,11 +30,8 @@ jobs:

- name: Install dependencies
run: npm ci
with:
working-directory: ./src

- run: npm run build --if-present

- name: Run tests
run: npm test
with:
working-directory: ./src
run: npm test

0 comments on commit 4efacbc

Please sign in to comment.