Skip to content

Commit

Permalink
ci: one more test
Browse files Browse the repository at this point in the history
  • Loading branch information
samypr100 committed May 12, 2024
1 parent 6cb9c3b commit 6348105
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,21 @@ jobs:
drive-size: 10GB
drive-type: Dynamic

test-path-with-spaces:
runs-on: windows-2022
steps:
- name: Check out source code
uses: actions/checkout@v4
- name: Setup Dev Drive
uses: ./
with:
drive-size: 50MB
drive-format: NTFS
drive-path: "path/to/my/dev drive with spaces.vhdx"
- name: Write File to Dev Drive
working-directory: ${{ env.DEV_DRIVE }}
run: New-Item test.txt

test-cache-storage:
runs-on: windows-2022
steps:
Expand Down

0 comments on commit 6348105

Please sign in to comment.