Skip to content

Commit 73659ee

Browse files
committed
copy screenshots
1 parent 048c814 commit 73659ee

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/build-release.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,8 +123,11 @@ jobs:
123123
cd $GITHUB_WORKSPACE/tests
124124
../vendor/bin/behat -n -p chrome --strict --stop-on-failure --tags=@initialise
125125
../vendor/bin/behat -n -p chrome --strict --stop-on-failure --tags="~@initialise && ~@wip"
126+
127+
- name: Copy screenshots
128+
run: |
126129
mv /tmp/screenshots/* output/screenshots
127-
130+
128131
- name: Upload the screenshots
129132
if: always()
130133
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)