Skip to content

Commit

Permalink
gh: specific name in browsers it matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
giulong committed Sep 7, 2024
1 parent cba09fd commit 4f42aed
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,19 +54,22 @@ jobs:
path: spectrum/target/spectrum-${{ env.VERSION }}.jar

browsers:
name: Browsers IT
name: Browsers IT on ${{ matrix.include.name }}
needs: build
strategy:
matrix:
os: [ ubuntu-latest, macos-latest, windows-latest ]
include:
- os: ubuntu-latest
name: ubuntu
profiles: browsers
directives: -DbrowsersTests
- os: macos-latest
name: macos
profiles: macos
directives: -DmacosTests
- os: windows-latest
name: windows
profiles: browsers
directives: -DbrowsersTests
runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit 4f42aed

Please sign in to comment.