We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 048c814 commit 73659eeCopy full SHA for 73659ee
.github/workflows/build-release.yml
@@ -123,8 +123,11 @@ jobs:
123
cd $GITHUB_WORKSPACE/tests
124
../vendor/bin/behat -n -p chrome --strict --stop-on-failure --tags=@initialise
125
../vendor/bin/behat -n -p chrome --strict --stop-on-failure --tags="~@initialise && ~@wip"
126
+
127
+ - name: Copy screenshots
128
+ run: |
129
mv /tmp/screenshots/* output/screenshots
-
130
131
- name: Upload the screenshots
132
if: always()
133
uses: actions/upload-artifact@v4
0 commit comments