windows for loop syntax
Signed-off-by: Meredith Lancaster <malancas@github.com>
This commit is contained in:
parent
9ff3370ff7
commit
0e15557000
1 changed files with 2 additions and 2 deletions
4
.github/workflows/go.yml
vendored
4
.github/workflows/go.yml
vendored
|
|
@ -55,12 +55,12 @@ jobs:
|
|||
if: ${{ matrix.os == 'windows-latest' }}
|
||||
run: |
|
||||
attestation_cmd_test_dir="test/integration/attestation-cmd"
|
||||
for (script in "$attestation_cmd_test_dir"/*.sh); do
|
||||
for (script in "$attestation_cmd_test_dir"/*.sh) do (
|
||||
if [ -f "$script" ]; then
|
||||
echo "Running $script..."
|
||||
bash "$script"
|
||||
fi
|
||||
done
|
||||
)
|
||||
- name: Run attestation command integration tests - linux syntax
|
||||
if: ${{ matrix.os != 'windows-latest' }}
|
||||
run: |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue