Skip to content

Commit

Permalink
🤦
Browse files Browse the repository at this point in the history
Signed-off-by: Mauro Morales <[email protected]>
  • Loading branch information
mauromorales committed Jul 25, 2023
1 parent 79cac0f commit cd6efbd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/reusable-encryption-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -80,5 +80,5 @@ jobs:
EMULATE_TPM: true
USE_QEMU: true
run: |
export ISO=$(ls $PWD/kairos-core-*${{ inputs.flavor }}*).iso
export ISO=$(ls $PWD/kairos-core-*${{ inputs.flavor }}*.iso)
.github/encryption-tests.sh
2 changes: 1 addition & 1 deletion .github/workflows/reusable-install-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
cache-dependency-path: tests/go.sum
- name: Ginkgo
run: |
export ISO=$(ls $PWD/kairos-core-*${{ inputs.flavor }}*).iso
export ISO=$(ls $PWD/kairos-core-*${{ inputs.flavor }}*.iso)
export GOPATH="/Users/runner/go"
export PATH=$PATH:$GOPATH/bin
export CREATE_VM=true
Expand Down

0 comments on commit cd6efbd

Please sign in to comment.