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 22, 2023
1 parent f017674 commit 8f8782b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 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

0 comments on commit 8f8782b

Please sign in to comment.