diff --git a/.github/actions/run-transport-interop-test/action.yml b/.github/actions/run-transport-interop-test/action.yml index 09eaaf33d..f66e6a636 100644 --- a/.github/actions/run-transport-interop-test/action.yml +++ b/.github/actions/run-transport-interop-test/action.yml @@ -109,7 +109,7 @@ runs: EXTRA_VERSION: ${{ inputs.extra-versions }} NAME_FILTER: ${{ inputs.test-filter }} NAME_IGNORE: ${{ inputs.test-ignore }} - run: npm run test -- --extra-version=$EXTRA_VERSION --name-filter=$NAME_FILTER --name-ignore=$NAME_IGNORE + run: npm run test -- -e --extra-version=$EXTRA_VERSION --name-filter=$NAME_FILTER --name-ignore=$NAME_IGNORE shell: bash - name: Print the results diff --git a/.github/workflows/transport-interop.yml b/.github/workflows/transport-interop.yml index b776f00ad..ee672b14a 100644 --- a/.github/workflows/transport-interop.yml +++ b/.github/workflows/transport-interop.yml @@ -2,18 +2,18 @@ on: workflow_dispatch: pull_request: paths: - - 'transport-interop/**' + - "transport-interop/**" push: branches: - "master" paths: - - 'transport-interop/**' + - "transport-interop/**" name: libp2p transport interop test jobs: run-transport-interop: - runs-on: ['self-hosted', 'linux', 'x64', '4xlarge'] # https://github.com/pl-strflt/tf-aws-gh-runner/blob/main/runners.tf + runs-on: ["self-hosted", "linux", "x64", "4xlarge"] # https://github.com/pl-strflt/tf-aws-gh-runner/blob/main/runners.tf steps: - uses: actions/checkout@v3 - uses: ./.github/actions/run-transport-interop-test @@ -22,7 +22,6 @@ jobs: s3-access-key-id: ${{ vars.S3_AWS_ACCESS_KEY_ID }} s3-secret-access-key: ${{ secrets.S3_AWS_SECRET_ACCESS_KEY }} worker-count: 16 - test-filter: '"js-v1.6 x js-v1.6"' build-without-secrets: runs-on: ubuntu-latest steps: