Skip to content

Commit

Permalink
limit yarn bld to only one artifact and add safety timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
gilesw committed Nov 15, 2024
1 parent e030567 commit 7c92e53
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/bld_yarn.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,12 @@ jobs:
matrix:
include:
- artifact_name: prod
- artifact_name: sandbox
- artifact_name: qa
- artifact_name: int
# yarn build is only used as a test
# - artifact_name: sandbox
# - artifact_name: qa
# - artifact_name: int
runs-on: ubuntu-latest
timeout-minutes: 15
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
Expand Down

0 comments on commit 7c92e53

Please sign in to comment.