Skip to content

Commit

Permalink
Update run.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
e-marchand authored Jun 21, 2024
1 parent a6919c4 commit 0ca50f9
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,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 @@ -30,9 +30,17 @@ jobs:
with:
project: "*"
startup-method: main
product-line: main
version: main
build: official
token: ${{ secrets.DLTK }}
- uses: 4d/tool4d-action@main
id: tool4drunwithparameters
with:
project: "*"
startup-method: main
user-param: '{"name": "goodbye", "word": "world"}'
product-line: main
version: main
build: official
token: ${{ secrets.DLTK }}

0 comments on commit 0ca50f9

Please sign in to comment.