Skip to content

Commit

Permalink
test: disable cache for now (libp2p#235)
Browse files Browse the repository at this point in the history
  • Loading branch information
maschad committed Jul 20, 2023
1 parent c231b66 commit 6b733fe
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/actions/simple-webrtc-test/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,11 +86,13 @@ runs:
# shell: bash

- name: Run Playwright tests
run: npx playwright test
working-directory: ${{ steps.find-workdir.outputs.WORK_DIR }}
run: npm run test
shell: bash

- uses: actions/upload-artifact@v3
if: always()
working-directory: ${{ steps.find-workdir.outputs.WORK_DIR }}
with:
name: playwright-report
path: playwright-report/
Expand Down

0 comments on commit 6b733fe

Please sign in to comment.