File tree Expand file tree Collapse file tree 3 files changed +13
-1
lines changed Expand file tree Collapse file tree 3 files changed +13
-1
lines changed Original file line number Diff line number Diff line change 2727 name : github-pages
2828 url : ${{ steps.deployment.outputs.page_url }}
2929 runs-on : ubuntu-latest
30+ defaults :
31+ run :
32+ working-directory : ./spock-website
3033 steps :
3134 - name : Checkout
3235 uses : actions/checkout@v4
Original file line number Diff line number Diff line change @@ -9,6 +9,9 @@ permissions:
99jobs :
1010 update-screenshots :
1111 runs-on : ubuntu-latest
12+ defaults :
13+ run :
14+ working-directory : ./spock-website
1215 steps :
1316 - name : Checkout
1417 uses : actions/checkout@v4
3134 run : |
3235 git config user.email "dev@forum.spockframework.org"
3336 git config user.name "Spock Framework Robot"
34- git add spock-website/ tests/__screenshots__/
37+ git add tests/__screenshots__/
3538 if [[ -n "$(git status --porcelain)" ]]; then
3639 echo "::set-output name=has_changes::true"
3740 git commit -m "Update reference screenshots"
Original file line number Diff line number Diff line change @@ -11,6 +11,9 @@ concurrency:
1111jobs :
1212 build :
1313 runs-on : ubuntu-latest
14+ defaults :
15+ run :
16+ working-directory : ./spock-website
1417 steps :
1518 - name : Checkout
1619 uses : actions/checkout@v4
4043
4144 verify :
4245 runs-on : ubuntu-latest
46+ defaults :
47+ run :
48+ working-directory : ./spock-website
4349 steps :
4450 - name : Checkout
4551 uses : actions/checkout@v4
You can’t perform that action at this time.
0 commit comments