We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e41d409 commit 25b2ad4Copy full SHA for 25b2ad4
.github/workflows/build.yaml
@@ -67,12 +67,13 @@ jobs:
67
- run: ./gradlew runProductionClientGameTest
68
# :::automatic-testing:game-test:3
69
working-directory: ./reference
70
- # :::automatic-testing:game-test:3
+ # :::automatic-testing:game-test:3
71
- if: always()
72
uses: actions/upload-artifact@v4
73
with:
74
path: build/run/clientGameTest/screenshots
75
76
+ working-directory: ./reference
77
78
deploy:
79
runs-on: ubuntu-24.04
0 commit comments