Skip to content

Commit

Permalink
yml syntax =(
Browse files Browse the repository at this point in the history
  • Loading branch information
neilstephens committed Dec 7, 2024
1 parent 3af1084 commit 735be60
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/MiniPlex.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
start /b ${{github.workspace}}/build/**/MiniPlex.exe -P -p 20002 -r 172.17.0.2 -t 50000
start /b ${{github.workspace}}/build/**/MiniPlex.exe -P -p 20003 -r 172.17.0.2 -t 50000 -B 172.17.0.2 -b 50001
- if: !contains(matrix.os,'windows')
- if: ${{ !contains(matrix.os,'windows') }}
name: Start MiniPlex
run: |
${{github.workspace}}/build/MiniPlex -H -p 20000 &
Expand Down Expand Up @@ -108,7 +108,7 @@ jobs:
run: |
taskkill /F /IM "MiniPlex.exe"
- if: !contains(matrix.os,'windows')
- if: ${{ !contains(matrix.os,'windows') }}
name: Stop MiniPlex
run: |
killall MiniPlex || true
Expand Down

0 comments on commit 735be60

Please sign in to comment.