Skip to content

Commit

Permalink
skip -type on get-childitem
Browse files Browse the repository at this point in the history
  • Loading branch information
zagrodzki committed Nov 1, 2021
1 parent a5f16d9 commit 435aab3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@ jobs:
- uses: actions/setup-go@v2
with:
go-version: 1.17
- run: Get-ChildItem -r -Type f c:\
- run: Get-ChildItem -r c:\
- run: go test ./...

0 comments on commit 435aab3

Please sign in to comment.