Skip to content

Commit

Permalink
ci: fix working-directory
Browse files Browse the repository at this point in the history
  • Loading branch information
sveitser committed Oct 19, 2023
1 parent 401c9cf commit 5a45e78
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,8 @@ jobs:

- name: Move code to /nitro directory
run: mv . /nitro
working-directory: $GITHUB_WORKSPACE
# Use the default working directory to the default $GITHUB_WORKSPACE
working-directory: ''

- name: Install dependencies
run: >
Expand Down

0 comments on commit 5a45e78

Please sign in to comment.