Skip to content

Commit

Permalink
Troubleshoot ci: add set -ex
Browse files Browse the repository at this point in the history
  • Loading branch information
jennydaman committed Nov 14, 2023
1 parent 93111ed commit 20b846d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ jobs:
- name: Run examples
id: run_examples
run: |
set -ex
mkdir /tmp/outgoing
docker run --rm -u "$(id -u):$(id -g)" \
-v "${{ github.workspace }}/examples/incoming:/incoming:ro" \
Expand Down

0 comments on commit 20b846d

Please sign in to comment.