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 4965cbe commit 7cb4587
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 @@ -104,7 +104,7 @@ jobs:
echo "GIN_TESTING_DATA_DIRECTORY=$(pwd)" >> .env
- name: Save working directory to .env (Windows)
if: matrix.os == 'windows-latest'
run: echo GIN_TESTING_DATA_DIRECTORY=%CD% >> .env
run: echo "GIN_TESTING_DATA_DIRECTORY=%cd%" >> .env

# Display environment file for debugging
- name: Display .env (Unix)
Expand Down

0 comments on commit 7cb4587

Please sign in to comment.