diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index a290f41..fe4680d 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -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 }} @@ -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 }} \ No newline at end of file + ssh-key: ${{ secrets.GUNDI_INTEGRATIONS_DEPLOY_KEY }}