Skip to content

Commit

Permalink
Update testing_pipelines.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
garrettmflynn committed May 29, 2024
1 parent 06fb327 commit d3bc6c8
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/testing_pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,16 +102,15 @@ jobs:
run: |
touch .env
echo "GIN_TESTING_DATA_DIRECTORY=$(pwd)" >> .env
run: cat .env
- name: Save working directory to .env (Windows)
if: matrix.os == 'windows-latest'
run: |
touch .env
echo GIN_TESTING_DATA_DIRECTORY=%CD% >> .env
- name: Display .env contents
run: cat .env
shell: bash
type .env
# Run pipeline tests
- if: matrix.os != 'ubuntu-latest'
Expand Down

0 comments on commit d3bc6c8

Please sign in to comment.