Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update CI-windows.yml: pass SIMPLECPP_EXE_PATH env var
  • Loading branch information
Tal500 authored Dec 15, 2024
commit 47853fb4cc65d14082ce0950d149e475cdb0be92
1 change: 1 addition & 0 deletions .github/workflows/CI-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,5 +62,6 @@ jobs:

- name: integration test
run: |
set SIMPLECPP_EXE_PATH=".\${{ matrix.config }}\simplecpp.exe"
python -m pytest integration_test.py || exit /b !errorlevel!