There was an error while loading. Please reload this page.
1 parent 54835ae commit 57a79a3Copy full SHA for 57a79a3
1 file changed
.github/workflows/windows-ci.yml
@@ -113,13 +113,14 @@ jobs:
113
- name: Run integration tests
114
shell: bash
115
env:
116
- # Add trailing backslash to prevent tzif from adding forward slash
117
- TZIF_DATA_PATH: ${{ github.workspace }}\data\tzif\20251105T093308Z\
+ # Use relative path - absolute paths with drive letters cause issues
+ TZIF_DATA_PATH: data/tzif/20251105T093308Z
118
run: |
119
echo "========================================"
120
echo "Running Integration Tests"
121
122
echo "TZIF_DATA_PATH=$TZIF_DATA_PATH"
123
+ echo "PWD=$(pwd)"
124
./test/bin/integration_runner.exe
125
echo "Integration tests complete"
126
0 commit comments