Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
ihnorton committed Sep 13, 2023
1 parent bd1babb commit 7f092ce
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/nightly-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,9 @@ jobs:
run: printenv

- name: Get-PSDrive
run: Get-PSDrive
run: |
Get-PSDrive
Get-ChildItem -Force C:/
- name: Checkout TileDB `dev`
uses: actions/checkout@v3
Expand Down

0 comments on commit 7f092ce

Please sign in to comment.