chore: redeploy

This commit is contained in:
danisharora099 2022-11-22 22:47:04 +05:30
parent 2215e44985
commit 9c8d7a5cd4
No known key found for this signature in database
GPG Key ID: FBD2BF500037F135
1 changed files with 3 additions and 3 deletions

View File

@ -77,7 +77,7 @@ jobs:
node-version: ${{ env.NODE_JS }}
- uses: bahmutov/npm-install@v1
- run: npm run build
- run: npm run test:node > debug.log
- run: npm run test:node
env:
DEBUG: "waku:nwaku*,waku:test*"
@ -131,7 +131,7 @@ jobs:
- uses: bahmutov/npm-install@v1
- run: npm run build
- run: npm run test:node > debug.log
- run: npm run test:node
env:
DEBUG: "waku:nwaku*,waku:test*"
@ -185,7 +185,7 @@ jobs:
./build/wakunode2 --help
- run: npm run build
- run: npm run test:node > debug.log
- run: npm run test:node
env:
DEBUG: "waku:nwaku*,waku:test*"