Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
[ghstack-poisoned]
  • Loading branch information
poteto committed Jul 16, 2024
2 parents 5bb34b1 + af452aa commit dd77a61
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/runtime_build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -397,9 +397,13 @@ jobs:
- name: Archive Flight fixture artifacts
uses: actions/upload-artifact@v4
with:
path: |
fixtures/flight/playwright-report
fixtures/flight/test-results
name: flight-playwright-report
path: fixtures/flight/playwright-report
- name: Archive Flight fixture artifacts
uses: actions/upload-artifact@v4
with:
name: flight-test-results
path: fixtures/flight/test-results

# ----- DEVTOOLS -----
build_devtools_and_process_artifacts:
Expand Down

0 comments on commit dd77a61

Please sign in to comment.