mirror of
https://github.com/galacean/engine.git
synced 2026-06-01 08:14:10 +08:00
Fix audio test error in local env && Upgrade upload-artifact for e2e (#2539)
* fix: upgrade upload-artifact * fix: audio test error in local env
This commit is contained in:
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
@@ -105,19 +105,19 @@ jobs:
|
||||
browser: chrome
|
||||
- name: Upload Diff
|
||||
if: failure()
|
||||
uses: actions/upload-artifact@v3
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: cypress-diff
|
||||
path: e2e/diff/
|
||||
- name: Upload Origin
|
||||
if: failure()
|
||||
uses: actions/upload-artifact@v3
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: cypress-origin
|
||||
path: e2e/fixtures/originImage
|
||||
- name: Upload Screenshots
|
||||
if: failure()
|
||||
uses: actions/upload-artifact@v3
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: cypress-screenshots
|
||||
path: e2e/downloads/
|
||||
|
||||
Reference in New Issue
Block a user