Skip to content

Commit

Permalink
Changes
Browse files Browse the repository at this point in the history
  • Loading branch information
jonybur committed Aug 22, 2023
1 parent 6527057 commit 5a730d7
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/bbjs-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,10 +89,14 @@ jobs:
run: |
cd nextjs-bbjs-demo
npm install
cd node_modules/@aztec/bb.js
ls -R
cat package.json
- name: Run dev and test scripts concurrently
run: |
cd nextjs-bbjs-demo
(timeout 600 npm run dev) &
sleep 10
trap "kill 0" EXIT
(timeout 600 npm run dev || exit 1) &
sleep 10 # This is to give the dev server a head start
npm run test

0 comments on commit 5a730d7

Please sign in to comment.