Skip to content

Commit

Permalink
test: run ci on push
Browse files Browse the repository at this point in the history
  • Loading branch information
galargh committed Dec 25, 2024
1 parent 1f3adb6 commit 01c8af7
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,7 @@ name: CI
on:
push:
branches:
- main
pull_request:
branches:
- '**'
- libp2p-test-plans-pulls-588

env:
CACHE_DIRS: |
Expand All @@ -16,7 +13,7 @@ env:
jobs:

transport-interop:
runs-on: ${{ fromJSON(github.repository == 'libp2p/js-libp2p' && '["self-hosted", "linux", "x64", "4xlarge"]' || '"ubuntu-latest"') }}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
Expand All @@ -31,7 +28,7 @@ jobs:
path: |
package-lock.json
interop/package-lock.json
- uses: libp2p/test-plans/.github/actions/run-interop-ping-test@fix/debug-js-build
- uses: libp2p/test-plans/.github/actions/run-interop-ping-test@libp2p-test-plans-pulls-588
with:
test-filter: js-libp2p-head
extra-versions: ${{ github.workspace }}/interop/node-version.json ${{ github.workspace }}/interop/chromium-version.json ${{ github.workspace }}/interop/firefox-version.json
Expand Down

0 comments on commit 01c8af7

Please sign in to comment.