Skip to content

Commit

Permalink
final tweak workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
geo-martino committed Jan 12, 2024
1 parent 4fa5766 commit c18c396
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ permissions:
contents: read

jobs:
validate_windows:
test_windows:
name: Run tests - Windows 🪟
runs-on: windows-latest
steps:
Expand All @@ -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:
Expand All @@ -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
Expand All @@ -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

0 comments on commit c18c396

Please sign in to comment.