diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index dd72cd9f..52b1cee2 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -10,7 +10,7 @@ permissions: contents: read jobs: - validate_windows: + test_windows: name: Run tests - Windows 🪟 runs-on: windows-latest steps: @@ -36,11 +36,11 @@ jobs: with: path: test-results.xml summary: true - display-options: fEXs + display-options: fEX fail-on-empty: true title: Test results - Windows - validate_linux: + test_linux: name: Run tests - Linux 🐧 runs-on: ubuntu-latest steps: @@ -66,12 +66,12 @@ jobs: with: path: test-results.xml summary: true - display-options: fEXs + display-options: fEX fail-on-empty: true title: Test results - Linux - validate_mac: - name: Run tests - MacOS 🍎 + test_mac: + name: Run tests - Mac 🍎 runs-on: macos-latest steps: - uses: actions/checkout@v4 @@ -96,6 +96,6 @@ jobs: with: path: test-results.xml summary: true - display-options: fEXs + display-options: fEX fail-on-empty: true title: Test results - MacOS \ No newline at end of file