Skip to content

Commit

Permalink
fix: syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgepiloto committed Jun 14, 2024
1 parent 5270715 commit 4d76497
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci_cd_pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ jobs:
# IronPython tests

- name: "Tests IronPython"
if: ${{ matrix.tests.label }} == "ironpython" &&
if: ${{ matrix.tests.label }} == "ironpython"
timeout-minutes: 5
run: |
$processA = start-process 'cmd' -ArgumentList '/c .\_unittest_ironpython\run_unittests_batchmode.cmd' -PassThru
Expand Down

0 comments on commit 4d76497

Please sign in to comment.