Skip to content

Commit

Permalink
chore: Temporarily disable integration tests in the release job
Browse files Browse the repository at this point in the history
  • Loading branch information
jirimoravcik committed Aug 2, 2023
1 parent 64b86f7 commit 4b3cf11
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,18 +32,18 @@ jobs:
name: Run unit tests
uses: ./.github/workflows/unit_tests.yaml

integration_tests:
name: Run integration tests
uses: ./.github/workflows/integration_tests.yaml
secrets: inherit
# integration_tests:
# name: Run integration tests
# uses: ./.github/workflows/integration_tests.yaml
# secrets: inherit

check_docs:
name: Check whether the documentation is up to date
uses: ./.github/workflows/check_docs.yaml

publish_to_pypi:
name: Publish to PyPI
needs: [lint_and_type_checks, unit_tests, integration_tests, check_docs]
needs: [lint_and_type_checks, unit_tests, check_docs] # TODO: Add 'integration_tests' back!
runs-on: ubuntu-latest
permissions:
contents: write
Expand Down

0 comments on commit 4b3cf11

Please sign in to comment.