Skip to content

Commit

Permalink
Attempt to add CI workflow (attempt 2 of X), fix changing dir
Browse files Browse the repository at this point in the history
  • Loading branch information
Silic0nS0ldier committed Dec 6, 2023
1 parent 8e273ea commit 7b603b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,6 @@ jobs:
with:
path: "~/.cache/bazel"
key: bazel-e2e-${{ matrix.scenario }}
- run: cd e2e/${{ matrix.scenario }}
- run: bazel test //...
working-directory: e2e/${{ matrix.scenario }}

0 comments on commit 7b603b8

Please sign in to comment.