Skip to content

Commit

Permalink
Set github client build to fail when a plugin fails, as discussed in …
Browse files Browse the repository at this point in the history
…WG meeting; fail fast in CI so we can catch and resolve these.
  • Loading branch information
dannon committed Jun 5, 2024
1 parent c56656d commit 658ebc2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build_client.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,7 @@ jobs:
path: 'galaxy root/static'
- name: Build client
if: steps.cache.outputs.cache-hit != 'true'
env:
GALAXY_PLUGIN_BUILD_FAIL_ON_ERROR: 1
run: make client
working-directory: 'galaxy root'

0 comments on commit 658ebc2

Please sign in to comment.