Skip to content

Commit

Permalink
ci: fix test job
Browse files Browse the repository at this point in the history
  • Loading branch information
rosado committed Jul 29, 2024
1 parent 5a8aded commit 9f3039f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,7 @@ on:

jobs:
test:
uses: ./.github/workflows/deploy.yml
strategy:
matrix:
environment: ${{ fromJSON(needs.detect-environments.outputs.environments) }}
environment: ${{ matrix.environment }}
uses: ./.github/workflows/test.yml
with:
environment: '${{ inputs.environment }}'
secrets: inherit
Expand Down
4 changes: 0 additions & 4 deletions .github/workflows/deploy-to-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,6 @@ on:
jobs:
test:
uses: ./.github/workflows/test.yml
strategy:
matrix:
environment: ${{ fromJSON(needs.detect-environments.outputs.environments) }}
environment: ${{ matrix.environment }}
with:
environment: '${{ inputs.environment }}'
secrets: inherit
Expand Down

0 comments on commit 9f3039f

Please sign in to comment.