Skip to content

Commit 3eb015a

Browse files
committed
Update e2e tests artifacts to GitHub in case of failure
1 parent a2904df commit 3eb015a

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/build-test-measure.yml

+7
Original file line numberDiff line numberDiff line change
@@ -366,6 +366,13 @@ jobs:
366366
env:
367367
COMPOSE_INTERACTIVE_NO_CLI: true
368368

369+
- name: Upload artifacts
370+
uses: actions/upload-artifact@v3
371+
if: failure()
372+
with:
373+
name: amp-e2e-artifacts
374+
path: artifacts
375+
369376
#-----------------------------------------------------------------------------------------------------------------------
370377

371378
# Adapted from workflow for running PHP unit tests on google/web-stories-wp.

0 commit comments

Comments
 (0)