We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a2904df commit 3eb015aCopy full SHA for 3eb015a
.github/workflows/build-test-measure.yml
@@ -366,6 +366,13 @@ jobs:
366
env:
367
COMPOSE_INTERACTIVE_NO_CLI: true
368
369
+ - name: Upload artifacts
370
+ uses: actions/upload-artifact@v3
371
+ if: failure()
372
+ with:
373
+ name: amp-e2e-artifacts
374
+ path: artifacts
375
+
376
#-----------------------------------------------------------------------------------------------------------------------
377
378
# Adapted from workflow for running PHP unit tests on google/web-stories-wp.
0 commit comments