Skip to content

Commit

Permalink
Fix workdir for GitHub workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
hakman committed Jun 17, 2024
1 parent 870a1fa commit 51d445b
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ jobs:
- name: Build etcd-manager
run: |
./dev/build-assets.sh $(git describe --always 2>/dev/null)
working-directory: ./etcd-manager/
test:
runs-on: ubuntu-latest
Expand All @@ -39,7 +38,6 @@ jobs:
- name: Test etcd-manager
run: |
"${GITHUB_WORKSPACE}/bin/bazel" test --test_output=streamed -- //... -//test/integration/upgradedowngrade:all -//test/integration/backuprestore:all
working-directory: ./etcd-manager/
test-upgradedowngrade:
runs-on: ubuntu-latest
Expand All @@ -57,7 +55,6 @@ jobs:
- name: Test etcd-manager
run: |
"${GITHUB_WORKSPACE}/bin/bazel" test --test_output=streamed -- //test/integration/upgradedowngrade:all
working-directory: ./etcd-manager/
test-backuprestore:
runs-on: ubuntu-latest
Expand All @@ -75,4 +72,3 @@ jobs:
- name: Test etcd-manager
run: |
"${GITHUB_WORKSPACE}/bin/bazel" test --test_output=streamed -- //test/integration/backuprestore:all
working-directory: ./etcd-manager/

0 comments on commit 51d445b

Please sign in to comment.