Skip to content

Commit

Permalink
skip tests for now to test publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
mikealfare committed Oct 11, 2024
1 parent 0958509 commit 2df2fb5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,19 +19,21 @@ concurrency:

jobs:
unit-tests:
if: ${{ success() && failure() }} # skip tests for now to test publishing
uses: ./.github/workflows/unit-tests.yml
with:
branch: ${{ inputs.branch }}

integration-tests:
if: ${{ success() && failure() }} # skip tests for now to test publishing
uses: ./.github/workflows/integration-tests.yml
with:
branch: ${{ inputs.branch }}
repository: ${{ github.repository }}
secrets: inherit

publish-dbt-athena:
needs: [unit-tests, integration-tests]
# needs: [unit-tests, integration-tests] # skip tests for now to test publishing
uses: ./.github/workflows/publish-pypi.yml
with:
deploy-to: ${{ inputs.deploy-to }}
Expand Down

0 comments on commit 2df2fb5

Please sign in to comment.