Skip to content

Commit

Permalink
ci: Rename deployment-test workflow jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
tsertkov committed May 23, 2024
1 parent 3e499d7 commit abc4e72
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/deployment-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,14 @@ on:
type: string

jobs:
e2etest-run:
name: webapp
run-apitest:
name: apitest-${{ inputs.env }}
uses: ./.github/workflows/apitest-run.yml
with:
environment: ${{ inputs.env }}
version: ${{ inputs.version }}
run-e2etest:
name: e2etest-${{ inputs.env }}
uses: ./.github/workflows/e2etest-run.yml
with:
env: ${{ inputs.env }}
Expand Down

0 comments on commit abc4e72

Please sign in to comment.