Skip to content

Commit

Permalink
tests path fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sbmsr committed Mar 14, 2023
1 parent f45a98f commit d37810a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
- run: rm -rf tests # remove any user provided test dir
- uses: actions/checkout@v3 # checkout tests repo
with:
repository: developer-job-simulation/javascript-crm
repository: developer-job-simulation/javascript-crm-tests
path: tests
- name: Install dependencies
run: npm ci && cd tests && npm ci
Expand Down

0 comments on commit d37810a

Please sign in to comment.