Skip to content

Commit

Permalink
disable self hosted integration tests since they're flakey
Browse files Browse the repository at this point in the history
  • Loading branch information
hahn-kev committed Aug 16, 2024
1 parent e97560f commit 3306112
Showing 1 changed file with 13 additions and 12 deletions.
25 changes: 13 additions & 12 deletions .github/workflows/develop-api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,15 +59,16 @@ jobs:
lexbox-api-tag: ${{ needs.set-version.outputs.version }}


integration-tests:
name: Integration tests
concurrency: develop
uses: ./.github/workflows/integration-test.yaml
permissions:
checks: write
secrets: inherit
needs: deploy-api
with:
environment: develop
runs-on: self-hosted
hg-version: 6
# for now disabling integration tests on self hosted since they're flaky, depend on tests in gha above
# integration-tests:
# name: Integration tests
# concurrency: develop
# uses: ./.github/workflows/integration-test.yaml
# permissions:
# checks: write
# secrets: inherit
# needs: deploy-api
# with:
# environment: develop
# runs-on: self-hosted
# hg-version: 6

0 comments on commit 3306112

Please sign in to comment.