Skip to content

Commit

Permalink
Try emitting only
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcoPolo committed May 22, 2024
1 parent 65b71f2 commit a926d6f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/actions/run-transport-interop-test/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
7 changes: 3 additions & 4 deletions .github/workflows/transport-interop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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:
Expand Down

0 comments on commit a926d6f

Please sign in to comment.