Skip to content

Commit

Permalink
forward BZLMOD_ENABLED in CI step
Browse files Browse the repository at this point in the history
  • Loading branch information
aherrmann committed Feb 8, 2023
1 parent 96508ac commit bfc16a0
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,10 @@ jobs:
env:
BZLMOD_ENABLED: ${{ matrix.bzlmodEnabled }}
run: |
nix-shell --pure --keep GITHUB_REPOSITORY --run 'bash .github/build-and-test'
nix-shell --pure \
--keep GITHUB_REPOSITORY \
--keep BZLMOD_ENABLED \
--run 'bash .github/build-and-test'
test-examples:
name: Build & Test - Examples
strategy:
Expand Down

0 comments on commit bfc16a0

Please sign in to comment.