Skip to content

Commit

Permalink
Fix version tags
Browse files Browse the repository at this point in the history
  • Loading branch information
cgrindel committed Dec 12, 2023
1 parent 2a376ef commit a37f660
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
ln -s ../../.bazelrc.local tests/alternative-deps/.bazelrc.local
- name: Build & test
if: ${{ !matrix.enable-bzlmod }}
uses: tweag/run-nix-shell@51bed9187838a0ac93b2ae2ea6216691a43e5f84 # initial_files branch
uses: tweag/run-nix-shell@v0
with:
run: bazel test --config=${{ matrix.ghc-version }} --test_output=all //...
- name: Test the example
Expand Down Expand Up @@ -128,7 +128,7 @@ jobs:
nix-shell --pure --run 'bazel test //... --config=${{ matrix.ghc-version }}'
- name: Test alternative dependencies
if: ${{ !matrix.enable-bzlmod }}
uses: tweag/run-nix-shell@51bed9187838a0ac93b2ae2ea6216691a43e5f84 # initial_files branch
uses: tweag/run-nix-shell@v0
with:
working-directory: tests/alternative-deps
run: |
Expand All @@ -137,7 +137,7 @@ jobs:
bazel test //... --config=${{ matrix.ghc-version }}
- name: Test for buildifier suggestions
if: ${{ !matrix.enable-bzlmod }}
uses: tweag/run-nix-shell@51bed9187838a0ac93b2ae2ea6216691a43e5f84 # initial_files branch
uses: tweag/run-nix-shell@v0
with:
run: bazel run //:buildifier-diff

Expand Down

0 comments on commit a37f660

Please sign in to comment.