Skip to content

Commit 210b976

Browse files
committed
test: run ci on push
1 parent 1f3adb6 commit 210b976

File tree

1 file changed

+3
-9
lines changed

1 file changed

+3
-9
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,7 @@ name: CI
22
on:
33
push:
44
branches:
5-
- main
6-
pull_request:
7-
branches:
8-
- '**'
5+
- libp2p-test-plans-pulls-588
96

107
env:
118
CACHE_DIRS: |
@@ -16,7 +13,7 @@ env:
1613
jobs:
1714

1815
transport-interop:
19-
runs-on: ${{ fromJSON(github.repository == 'libp2p/js-libp2p' && '["self-hosted", "linux", "x64", "4xlarge"]' || '"ubuntu-latest"') }}
16+
runs-on: ubuntu-latest
2017
steps:
2118
- uses: actions/checkout@v4
2219
- uses: actions/setup-node@v4
@@ -31,11 +28,8 @@ jobs:
3128
path: |
3229
package-lock.json
3330
interop/package-lock.json
34-
- uses: libp2p/test-plans/.github/actions/run-interop-ping-test@fix/debug-js-build
31+
- uses: libp2p/test-plans/.github/actions/run-interop-ping-test@libp2p-test-plans-pulls-588
3532
with:
3633
test-filter: js-libp2p-head
3734
extra-versions: ${{ github.workspace }}/interop/node-version.json ${{ github.workspace }}/interop/chromium-version.json ${{ github.workspace }}/interop/firefox-version.json
38-
s3-cache-bucket: ${{ vars.S3_LIBP2P_BUILD_CACHE_BUCKET_NAME }}
39-
s3-access-key-id: ${{ vars.S3_LIBP2P_BUILD_CACHE_AWS_ACCESS_KEY_ID }}
40-
s3-secret-access-key: ${{ secrets.S3_LIBP2P_BUILD_CACHE_AWS_SECRET_ACCESS_KEY }}
4135
worker-count: 16

0 commit comments

Comments
 (0)