Skip to content

Commit

Permalink
try to fix linux
Browse files Browse the repository at this point in the history
  • Loading branch information
dellis1972 committed Sep 18, 2024
1 parent 8f78c5c commit ec8b28f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -185,19 +185,19 @@ jobs:
- name: Download tools tests
uses: actions/download-artifact@v3
with:
name: tests-tools-${{ matrix.os }}
name: tests-tools-${{ runner.os }}
path: tests-tools

- name: Download the tests
uses: actions/download-artifact@v3
with:
name: tests-desktopgl-${{ matrix.os }}
name: tests-desktopgl-${{ runner.os }}
path: tests-desktopgl

- name: Download the tests
uses: actions/download-artifact@v3
with:
name: tests-windowsdx-${{ matrix.os }}
name: tests-windowsdx-${{ runner.os }}
path: tests-windowsdx
if: runner.os == 'Windows'

Expand All @@ -211,7 +211,7 @@ jobs:
env:
CI: true

- name: Run Tests
- name: Run DirectX Tests
run: dotnet MonoGame.Tests.dll
env:
CI: true
Expand Down

0 comments on commit ec8b28f

Please sign in to comment.