Skip to content

Commit

Permalink
cicd: keep model in ha test, max-parallel=1 (#148)
Browse files Browse the repository at this point in the history
  • Loading branch information
marcoppenheimer authored Oct 24, 2023
1 parent f8767a0 commit 82403d9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ jobs:

integration-test:
strategy:
max-parallel: 1
fail-fast: false
matrix:
tox-environments:
Expand Down Expand Up @@ -138,6 +139,6 @@ jobs:
echo "mark_expression=not unstable" >> $GITHUB_OUTPUT
fi
- name: Run integration tests
run: tox run -e ${{ matrix.tox-environments }} -- -m '${{ steps.select-tests.outputs.mark_expression }}'
run: tox run -e ${{ matrix.tox-environments }} -- -m '${{ steps.select-tests.outputs.mark_expression }}' --keep-models
env:
CI_PACKED_CHARMS: ${{ needs.build.outputs.charms }}

0 comments on commit 82403d9

Please sign in to comment.