Skip to content

Commit

Permalink
Merge pull request #140 from TouK/fix/ci-flaky-tests
Browse files Browse the repository at this point in the history
Fix flaky tests by running them in sequence
  • Loading branch information
mslabek authored Jul 7, 2023
2 parents 796960e + fda37c6 commit c51eda0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ env:
NUSSKNACKER_VERSION: ${{ inputs.nussknacker_version != '' && inputs.nussknacker_version || (github.base_ref == 'staging' || github.ref_name == 'staging') && 'staging-latest' || 'latest' }}

jobs:

docker-compose-streaming-test:
runs-on: ubuntu-latest
env:
Expand All @@ -44,8 +45,10 @@ jobs:
- name: Test quickstart
shell: bash
run: ./common/tests/testDockerStreaming.sh

helm-k8s-requestresponse-test:
runs-on: ubuntu-latest
needs: docker-compose-streaming-test
steps:
- name: Cancel previous runs
uses: styfle/[email protected]
Expand Down Expand Up @@ -77,6 +80,7 @@ jobs:

helm-k8s-streaming-test:
runs-on: ubuntu-latest
needs: helm-k8s-requestresponse-test
steps:
- name: Cancel previous runs
uses: styfle/[email protected]
Expand Down

0 comments on commit c51eda0

Please sign in to comment.