Skip to content

Commit

Permalink
x
Browse files Browse the repository at this point in the history
Signed-off-by: Derek Nola <derek.nola@suse.com>
  • Loading branch information
dereknola committed Aug 14, 2024
1 parent 0c2a312 commit a627c0f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,8 @@ jobs:
name: k3s-arm64
path: ./dist/artifacts
- name: Run Integration Tests
run: |
run: |
mv ./dist/artifacts/k3s-arm64 ./dist/artifacts/k3s
chmod +x ./dist/artifacts/k3s
mkdir -p $GOCOVERDIR
sudo -E env "PATH=$PATH" go test -v -timeout=45m ./tests/integration/${{ matrix.itest }}/... -run Integration
Expand Down

0 comments on commit a627c0f

Please sign in to comment.