chore(actions): upload correct artifacts
This commit is contained in:
parent
dc4e9bb9c8
commit
cf5a01d0b9
1 changed files with 4 additions and 4 deletions
|
|
@ -20,17 +20,17 @@ jobs:
|
|||
./target/release/mascarpone serve &
|
||||
bash ./e2e/wait-for-it.bash 127.0.0.1:3000 --timeout=2
|
||||
mise exec node pnpm -C e2e -- env PROJECT_FILTER=firefox npx playwright test
|
||||
- uses: actions/upload-artifact@v7
|
||||
- uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: playwright-results
|
||||
path: |
|
||||
e2e/playwright-report
|
||||
e2e/test-results
|
||||
- uses: actions/upload-artifact@v7
|
||||
- uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: release
|
||||
path: |
|
||||
e2e/playwright-report
|
||||
e2e/test-results
|
||||
target/release/mascarpone
|
||||
hashed_static
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue