Skip to content

Commit

Permalink
test xfail
Browse files Browse the repository at this point in the history
  • Loading branch information
kokes committed Dec 6, 2023
1 parent 845f07a commit 4149c5f
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/partial.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,7 @@ jobs:
- name: Run partial processing (broken jobs)
# par jobu jsme preskocili, ted je pustime znovu, ale ocekavame, ze spadnou
# exity nejsou na windows, takze poustime jen na ubuntu
if: steps.main.conclusion == 'skipped' && matrix.os != 'windows-latest'
# if: steps.main.conclusion == 'skipped' && matrix.os != 'windows-latest'
run: |
python3 main.py --connstring sqlite:///data.db --partial ${{ matrix.module }} || exit 0
exit 1
# exit_status=$?
# if [ $exit_status -eq 0 ]; then
# echo "Partial processing of ${{ matrix.module }} succeeded, but it should fail"
# exit 1
# fi

0 comments on commit 4149c5f

Please sign in to comment.