Skip to content

Commit

Permalink
Typo in the GA to make a temp dir x2
Browse files Browse the repository at this point in the history
  • Loading branch information
nathangeology committed Jun 26, 2024
1 parent 2dc555f commit 4c9f202
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/kind-e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
- name: run test suites
shell: bash
run: |
OUTPUT_DIR=$(mktmp -d)
OUTPUT_DIR=$(mktemp -d)
export OUTPUT_DIR
make e2etests
# e2e_test_output=$(make e2etests | tail -n 50)
Expand Down

0 comments on commit 4c9f202

Please sign in to comment.