Skip to content

Commit

Permalink
Merge pull request #3 from PADAS/release-20240729
Browse files Browse the repository at this point in the history
[TEST] Remove `run_unit_tests` steps from GH Action `main.yaml`
  • Loading branch information
vgarcia13 authored Jul 29, 2024
2 parents 69775d7 + 51bb41d commit 068551d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,12 @@ jobs:
echo "tf_file_stage=environments/stage/integrations/${{ github.event.repository.name }}/terragrunt.hcl" >> $GITHUB_OUTPUT
echo "tf_file_prod=environments/prod/integrations/${{ github.event.repository.name }}/terragrunt.hcl" >> $GITHUB_OUTPUT
run_unit_tests:
uses: ./.github/workflows/_tests.yml
# run_unit_tests:
# uses: ./.github/workflows/_tests.yml

build:
uses: PADAS/gundi-workflows/.github/workflows/build_docker.yml@v2
needs: [run_unit_tests, vars]
needs: [vars]
with:
repository: ${{ needs.vars.outputs.repository }}
tag: ${{ needs.vars.outputs.tag }}
Expand Down Expand Up @@ -74,4 +74,4 @@ jobs:
new_value: "${{ needs.vars.outputs.repository }}:${{ needs.vars.outputs.tag }}"
environment: prod
secrets:
ssh-key: ${{ secrets.GUNDI_INTEGRATIONS_DEPLOY_KEY }}
ssh-key: ${{ secrets.GUNDI_INTEGRATIONS_DEPLOY_KEY }}

0 comments on commit 068551d

Please sign in to comment.