Skip to content

Commit

Permalink
fix working dir
Browse files Browse the repository at this point in the history
Signed-off-by: d-kuro <[email protected]>
  • Loading branch information
d-kuro committed Aug 16, 2023
1 parent 222588b commit 4f1c9e9
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,9 @@ jobs:
cat swapon.txt | tail -n+2 | awk '$2=="file" {print $1}' | sudo xargs --no-run-if-empty rm
- run: sudo mkdir /mnt/local-path-provisioner0 /mnt/local-path-provisioner1 /mnt/local-path-provisioner2
- name: Setup test cluster
run: make start KUBERNETES_VERSION=${{ inputs.k8s-version }} MYSQL_VERSION=${{ inputs.mysql-version }} KIND_CONFIG=kind-config_actions.yaml
working-directory: e2e
- run: make test
working-directory: e2e
- run: make logs
working-directory: e2e
run: make -C e2e start KUBERNETES_VERSION=${{ inputs.k8s-version }} MYSQL_VERSION=${{ inputs.mysql-version }} KIND_CONFIG=kind-config_actions.yaml
- run: make -C e2e test
- run: make -C e2e logs
if: always()
- uses: actions/upload-artifact@v3
if: always()
Expand Down

0 comments on commit 4f1c9e9

Please sign in to comment.