Skip to content

Commit

Permalink
fix: msi release tests cleanup (#819)
Browse files Browse the repository at this point in the history
Issue #, if available:

*Description of changes:*
- Replace `timeout` with `Start-Sleep` (timeout wasn't working)
- Also cleanup the persistent data volume

*Testing done:*



- [x] I've reviewed the guidance in CONTRIBUTING.md


#### License Acceptance

By submitting this pull request, I confirm that my contribution is made
under the terms of the Apache 2.0 license.

Signed-off-by: Justin Alvarez <[email protected]>
  • Loading branch information
pendo324 authored Feb 19, 2024
1 parent a96788b commit 0f23660
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-and-test-msi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -235,8 +235,9 @@ jobs:
run: |
wsl --list --verbose
wsl --shutdown
timeout 10
Start-Sleep -s 10
wsl --unregister lima-finch
Remove-Item C:\Users\Administrator\AppData\Local\.finch -Recurse
wsl --list --verbose
- name: Run container e2e tests
uses: nick-fields/retry@7152eba30c6575329ac0576536151aca5a72780e # v3.0.0
Expand Down

0 comments on commit 0f23660

Please sign in to comment.