Skip to content

Commit

Permalink
shellcheck
Browse files Browse the repository at this point in the history
  • Loading branch information
njtran committed Jul 11, 2024
1 parent cc6ec5e commit fc8bcf7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/kind-e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,8 @@ jobs:
- name: run test suites
shell: bash
run: |
export OUTPUT_DIR=$(mktemp -d)
OUTPUT_DIR=$(mktemp -d)
export OUTPUT_DIR
echo OUTPUT_DIR="$OUTPUT_DIR" >> "$GITHUB_ENV"\
make e2etests
- name: run test analysis
Expand Down

0 comments on commit fc8bcf7

Please sign in to comment.