Skip to content

Commit

Permalink
reducing threads to 1 for test
Browse files Browse the repository at this point in the history
  • Loading branch information
onetrickwolf committed Oct 5, 2023
1 parent 3bd81b9 commit caeca03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-templates.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ jobs:
run: npm install
- name: Run app
working-directory: create-aleo-app/template-node
run: npm start -- --threads 2
run: npm start -- --threads 1

0 comments on commit caeca03

Please sign in to comment.