Skip to content

Commit

Permalink
ci: fix working-directory
Browse files Browse the repository at this point in the history
  • Loading branch information
antonbsa committed Sep 7, 2023
1 parent f2c7240 commit 4914127
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/automated-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ jobs:
name: artifacts_${{ matrix.package }}.tar
path: artifacts.tar
- if: failure()
working-directory: ./
run: |
mkdir -p ./pr-comment-data
echo "build-package" > ./pr-comment-data/failure-reason
Expand Down Expand Up @@ -267,6 +268,7 @@ jobs:
bbb-conf --restart
EOF
- if: failure()
working-directory: ./
run: |
mkdir -p ./pr-comment-data
echo "bbb-installation" > ./pr-comment-data/failure-reason
Expand Down

0 comments on commit 4914127

Please sign in to comment.