Skip to content

Commit

Permalink
ci: fix bug
Browse files Browse the repository at this point in the history
make sure CI works as expected
  • Loading branch information
manuelnaranjo committed Aug 27, 2024
1 parent b00f4c0 commit 43d6c50
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
bazelrc: import %workspace%/../../.aspect/bazelrc/ci.bazelrc
- run: |
set -ex
cd e2e/bazel-nonbzlmod
cd e2e/non-bzlmod
export USE_BAZEL_VERSION=${{ matrix.version.version }}
bazelisk build //...
bazel test //...
Expand All @@ -81,7 +81,7 @@ jobs:
import %workspace%/../../.aspect/bazelrc/ci.bazelrc
- run: |
set -ex
cd e2e/bazel-bzlmod
cd e2e/bzlmod
export USE_BAZEL_VERSION=${{ matrix.version.version }}
bazelisk build //...
bazel test //...

0 comments on commit 43d6c50

Please sign in to comment.