Skip to content

Commit

Permalink
feat(04-using-actions): add correct working directory
Browse files Browse the repository at this point in the history
  • Loading branch information
lauromueller committed Oct 31, 2023
1 parent 1f226ae commit 73ebee5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/04-using-actions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ jobs:
node-version: '20.x'
- name: Install Dependencies
run: npm ci
working-directory: 04-using-actions/react-app
# 0. Checkout the code from the repository
# 1. Install deps of our react application
# 2. Execute automated tests

0 comments on commit 73ebee5

Please sign in to comment.