Skip to content

Commit

Permalink
try 'more' instead of 'type'
Browse files Browse the repository at this point in the history
  • Loading branch information
CodyCBakerPhD authored May 29, 2024
1 parent fa0ee12 commit a3e070f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/testing_pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ jobs:
run: cat .env
- name: Display .env (Windows)
if: matrix.os == 'windows-latest'
run: type .env
run: more .env

# Run pipeline tests
- if: matrix.os != 'ubuntu-latest'
Expand Down

0 comments on commit a3e070f

Please sign in to comment.