Skip to content

Commit

Permalink
chore: remove npm script
Browse files Browse the repository at this point in the history
  • Loading branch information
achingbrain committed Oct 26, 2023
1 parent d16ab43 commit 410dbf2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
7 changes: 6 additions & 1 deletion .github/workflows/examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,15 @@ jobs:
deps:
- '@libp2p/websockets@$PWD/packages/transport-websockets'
- 'libp2p@$PWD/packages/libp2p'
- name: js-libp2p-example-connection-encryption
repo: https://github.com/libp2p/js-libp2p-example-connection-encryption.git
deps:
- '@libp2p/tcp@/home/runner/work/js-libp2p/js-libp2p/packages/transport-tcp'
- 'libp2p@$PWD/packages/libp2p'
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: lts/*
- uses: ipfs/aegir/actions/cache-node-modules@master
- run: npx xvfb-maybe npm run test:external -- ${{ matrix.example.repo }} --deps '${{ join(matrix.example.deps, ',') }}'
- run: npx xvfb-maybe aegir test-external ${{ matrix.example.repo }} --deps "${{ join(matrix.example.deps, ',') }}"
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
"test:firefox": "aegir run test:firefox",
"test:firefox-webworker": "aegir run test:firefox-webworker",
"test:electron-main": "aegir run test:electron-main",
"test:external": "aegir test-dependant",
"test:cli": "aegir run test:cli",
"test:interop": "aegir run test:interop",
"coverage": "aegir run coverage",
Expand Down

0 comments on commit 410dbf2

Please sign in to comment.