Skip to content

Commit

Permalink
ci: tweak integration checks
Browse files Browse the repository at this point in the history
  • Loading branch information
mhofman committed Sep 21, 2023
1 parent 70beeb7 commit 58a6d49
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ on:
- master
- 'release-*'
- beta
tags:
- '@agoric/sdk@*'
pull_request:
types:
- opened
Expand All @@ -28,6 +30,7 @@ jobs:
if: needs.pre_check.outputs.should_run == 'true'
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
cli: [link-cli/yarn, registry/yarn, registry/npm, registry/npx]
timeout-minutes: 40
Expand Down Expand Up @@ -76,6 +79,8 @@ jobs:
- name: run agoric-cli integration-test
run: scripts/registry.sh test ${{ matrix.cli }} ${{steps.get-branch.outputs.result}}
# The Endo version used by this release is incompatible with npx
continue-on-error: ${{ matrix.cli == 'registry/npx' }}

- name: notify on failure
if: >
Expand Down

0 comments on commit 58a6d49

Please sign in to comment.