Skip to content

Commit

Permalink
refactor(ci): rename steps that run the scenarios
Browse files Browse the repository at this point in the history
Co-authored-by: ThetaSinner <[email protected]>
  • Loading branch information
cdunster and ThetaSinner authored Sep 16, 2024
1 parent e53d598 commit 899b26b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/performance.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: Smoke test - ${{ matrix.scenario }}
- name: Run - ${{ matrix.scenario }}
id: run_test
run: |
# Start a sandbox conductor and run it in the background
Expand Down Expand Up @@ -88,7 +88,7 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: Smoke test - ${{ matrix.scenario }}
- name: Run - ${{ matrix.scenario }}
id: run_test
run: |
set -x
Expand Down

0 comments on commit 899b26b

Please sign in to comment.