Skip to content

Commit

Permalink
set working directory
Browse files Browse the repository at this point in the history
  • Loading branch information
onetrickwolf committed Oct 5, 2023
1 parent bb86718 commit 038ad70
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/test-templates.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,9 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: '20.x'
- run: |
cd create-aleo-app/template-node
npm install
npm start
- name: Install dependencies
working-directory: create-aleo-app/template-node
run: npm install
- name: Run app
working-directory: create-aleo-app/template-node
run: npm start

0 comments on commit 038ad70

Please sign in to comment.