Skip to content

Commit

Permalink
Update runAlternative.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
e-marchand authored Jun 21, 2024
1 parent 0ca50f9 commit 47a5c42
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/runAlternative.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ macos-latest, windows-latest ]
os: [ macos-latest, windows-latest, ubuntu-latest ]
runs-on: ${{ matrix.os }}
steps:
- name: Checkout
Expand All @@ -18,3 +18,7 @@ jobs:
with:
project: "*"
startup-method: alternativeMain
product-line: main
version: main
build: official
token: ${{ secrets.DLTK }}

0 comments on commit 47a5c42

Please sign in to comment.