Skip to content

Commit

Permalink
Update e2e tests artifacts to GitHub in case of failure
Browse files Browse the repository at this point in the history
  • Loading branch information
thelovekesh committed Sep 8, 2023
1 parent eefee47 commit 5659947
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/build-test-measure.yml
Original file line number Diff line number Diff line change
Expand Up @@ -366,6 +366,13 @@ jobs:
env:
COMPOSE_INTERACTIVE_NO_CLI: true

- name: Upload artifacts
uses: actions/upload-artifact@v3
if: failure()
with:
name: amp-e2e-artifacts
path: artifacts

#-----------------------------------------------------------------------------------------------------------------------

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

0 comments on commit 5659947

Please sign in to comment.