Skip to content

Commit

Permalink
Update github-actions-demo.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
aboissiere-ledger authored Mar 28, 2024
1 parent bdd9c53 commit 26d3182
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/github-actions-demo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,26 @@ jobs:
run: |
echo "${{github.repository}} contains:"
tree
Test:
needs: Build
runs-on: ubuntu-latest
if: github.event.name == "workflow_dispatch"
environment: Test
steps:
- run: echo "Testing..."

Load-Test:
needs: Build
runs-on: ubuntu-latest
if: github.event.name == "workflow_dispatch"
environment: Load-Test
steps:
- run: |
echo "Testing..."
sleep 15





Expand Down

0 comments on commit 26d3182

Please sign in to comment.