Skip to content

Commit

Permalink
clean
Browse files Browse the repository at this point in the history
  • Loading branch information
nachocodoner committed May 16, 2024
1 parent 08df53a commit 977f775
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/meteor-selftest-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,15 +37,13 @@ jobs:
shell: pwsh
run: |
$env:PATH = "C:\Program Files\7-Zip;$env:PATH"
echo $env:PATH
.\scripts\windows\appveyor\install.ps1
.\scripts\windows\ci\install.ps1
- name: Run tests
shell: pwsh
run: |
$env:PATH = "C:\Program Files\7-Zip;$env:PATH"
echo $env:PATH
.\scripts\windows\appveyor\test.ps1
.\scripts\windows\ci\test.ps1
- name: Cache dependencies
uses: actions/cache@v2
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit 977f775

Please sign in to comment.