Skip to content

Commit

Permalink
fix: rel path for windows
Browse files Browse the repository at this point in the history
  • Loading branch information
zaucy committed Sep 19, 2023
1 parent 58715aa commit c5eafba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ jobs:
- uses: actions/checkout@v4
- name: bazel test //...
working-directory: e2e/bzlmod-ecsact-sdk
run: bazelisk --bazelrc=$GITHUB_WORKSPACE/.github/workflows/ci.bazelrc --bazelrc=.bazelrc test //...
run: bazelisk --bazelrc=../../.github/workflows/ci.bazelrc --bazelrc=.bazelrc test //...

0 comments on commit c5eafba

Please sign in to comment.