Skip to content

Commit

Permalink
fix: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
integraldx committed Nov 6, 2024
1 parent e698b1b commit ecfc605
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
steps:
- run: echo "Hello world!"
- uses: actions/checkout@v4
- run: ${{env.UNITY_BINARY_PATH}} --batchmode --projectPath ${{github.workspace}} --runTests --testPlatform EditMode"
- run: ${{env.UNITY_BINARY_PATH}} --batchmode --projectPath ${{github.workspace}} --runTests --testPlatform EditMode

unity-playmode-test-mac:
runs-on: ["self-hosted", "macos"]
Expand All @@ -18,7 +18,7 @@ jobs:
steps:
- run: echo "Hello world!"
- uses: actions/checkout@v4
- run: ${{env.UNITY_BINARY_PATH}} --batchmode --projectPath ${{github.workspace}} --runTests --testPlatform PlayMode"
- run: ${{env.UNITY_BINARY_PATH}} --batchmode --projectPath ${{github.workspace}} --runTests --testPlatform PlayMode

unity-editmode-test-win:
runs-on: ["self-hosted", "windows"]
Expand Down

0 comments on commit ecfc605

Please sign in to comment.