Skip to content

Commit

Permalink
#929: ci: fix IronPython version on Win64
Browse files Browse the repository at this point in the history
  • Loading branch information
mkviatkovskii authored and Mikalai Sukhikh committed Jan 17, 2023
1 parent ae09603 commit 6a60e19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/indigo-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -558,7 +558,7 @@ jobs:
env:
INDIGO_PATH: ${{ github.workspace }}/tmp/lib/netstandard2.0/Indigo.Net.dll
PATH: ${{ env.PATH }};${{ github.workspace }}/tmp/runtimes/win-x64/native
run: ./IronPython/net45/ipy.exe api/tests/integration/test.py -t 1 -j junit_report.xml -platform ironwin
run: ./IronPython/net462/ipy.exe api/tests/integration/test.py -t 1 -j junit_report.xml -platform ironwin
- name: Publish Test Report
if: always()
uses: mikepenz/action-junit-report@v1
Expand Down

0 comments on commit 6a60e19

Please sign in to comment.