Skip to content

Commit

Permalink
fix: wrong folder
Browse files Browse the repository at this point in the history
  • Loading branch information
zaucy committed Sep 19, 2023
1 parent aa78ca1 commit 6522a4c
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 @@ -7,7 +7,7 @@ jobs:
test-linux-bzlmod-ecsact-sdk:
runs-on: ubuntu-latest
steps:
- run: curl -sL https://github.com/ecsact-dev/ecsact_sdk/releases/download/0.6.2/ecsact_sdk_0.6.2_linux_x64.tar.gz | sudo tar -C /usr/bin -xz
- run: curl -sL https://github.com/ecsact-dev/ecsact_sdk/releases/download/0.6.2/ecsact_sdk_0.6.2_linux_x64.tar.gz | sudo tar -C /usr -xz
- uses: actions/checkout@v4
- name: bazel test //...
working-directory: e2e/bzlmod-ecsact-sdk
Expand Down

0 comments on commit 6522a4c

Please sign in to comment.