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 fef5e45 commit 048e133Copy full SHA for 048e133
.github/workflows/build-release.yml
@@ -113,6 +113,14 @@ jobs:
113
../vendor/bin/behat -n -fprogress -p chrome --strict --stop-on-failure --tags=@initialise
114
../vendor/bin/behat -n -fprogress -p chrome --strict --stop-on-failure --tags="~@initialise && ~@wip"
115
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
+
124
- name: Clean Up
125
run: |
126
cd $GITHUB_WORKSPACE
0 commit comments