Skip to content

Commit

Permalink
CI: try to properly propagate the exit code from Docker container
Browse files Browse the repository at this point in the history
  • Loading branch information
Max Rakitin committed Sep 20, 2023
1 parent 2b82a1c commit be7a1df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-package-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- centos/python-38-centos7
container:
image: ${{ matrix.container-name }}
options: --user root
options: --exit-code-from --user root

steps:
- name: Update Git on Container
Expand Down

0 comments on commit be7a1df

Please sign in to comment.