Skip to content

Commit

Permalink
ci: fix deployment with new action (#1320)
Browse files Browse the repository at this point in the history
  • Loading branch information
lemaitre-aneo authored Aug 29, 2024
2 parents 2cd8fdf + 468eaae commit 00ea1b3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ jobs:
uses: aneoconsulting/ArmoniK.Action.Deploy/deploy@main
with:
type: localhost
log-suffix: admin-gui
- name: Test ping AdminGUI
shell: bash
run: |
Expand Down Expand Up @@ -121,6 +122,7 @@ jobs:
uses: aneoconsulting/ArmoniK.Action.Deploy/deploy@main
with:
type: localhost
log-suffix: core-stream
- name: Test Core Stream
shell: bash
run: |
Expand Down Expand Up @@ -185,6 +187,7 @@ jobs:
uses: aneoconsulting/ArmoniK.Action.Deploy/deploy@main
with:
type: localhost
log-suffix: htc-mock
- name: Test HTC Mock
shell: bash
run: |
Expand Down Expand Up @@ -310,6 +313,7 @@ jobs:
uses: aneoconsulting/ArmoniK.Action.Deploy/deploy@main
with:
type: localhost
log-suffix: bench
- name: Test Bench - many tasks (200)
shell: bash
run: |
Expand Down

0 comments on commit 00ea1b3

Please sign in to comment.