Skip to content

Commit

Permalink
ci: fix working dir
Browse files Browse the repository at this point in the history
  • Loading branch information
soofstad committed Jun 14, 2024
1 parent e088dea commit 312a15f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-to-radix.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ jobs:
run: yarn install

- name: Reset application
working-directory: ./application
working-directory: ./example
env:
RESET_APP_TOKEN: ${{ env.RESET_APP_TOKEN }}
MONGO_PASSWORD: ${{ secrets.MONGO_PASSWORD_DEV }}
Expand Down

0 comments on commit 312a15f

Please sign in to comment.