Skip to content

Commit 048e133

Browse files
committed
upload screenshots
1 parent fef5e45 commit 048e133

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/build-release.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,14 @@ jobs:
113113
../vendor/bin/behat -n -fprogress -p chrome --strict --stop-on-failure --tags=@initialise
114114
../vendor/bin/behat -n -fprogress -p chrome --strict --stop-on-failure --tags="~@initialise && ~@wip"
115115
116+
- name: Upload the screenshots
117+
if: always()
118+
uses: actions/upload-artifact@v2
119+
with:
120+
path: "output"
121+
name: "behat output"
122+
retention-days: 3
123+
116124
- name: Clean Up
117125
run: |
118126
cd $GITHUB_WORKSPACE

0 commit comments

Comments
 (0)