mirror of
https://github.com/nocodb/nocodb.git
synced 2026-04-29 17:27:48 +00:00
chore: upgrade upload artifact for ci-cd
Signed-off-by: mertmit <mertmit99@gmail.com>
This commit is contained in:
12
.github/workflows/playwright-test-workflow.yml
vendored
12
.github/workflows/playwright-test-workflow.yml
vendored
@@ -171,32 +171,32 @@ jobs:
|
||||
# working-directory: ./tests/playwright
|
||||
# run: PLAYWRIGHT_HTML_REPORT=playwright-report-quick npm run test:quick
|
||||
|
||||
- uses: actions/upload-artifact@v3
|
||||
- uses: actions/upload-artifact@v4
|
||||
if: ${{ inputs.db == 'sqlite' }}
|
||||
with:
|
||||
name: quick-backend-log-${{ inputs.shard }}
|
||||
name: quick-backend-log-${{ inputs.shard }}-test-backend
|
||||
path: ./packages/nocodb/quick_${{ inputs.shard }}_test_backend.log
|
||||
retention-days: 2
|
||||
- uses: actions/upload-artifact@v3
|
||||
- uses: actions/upload-artifact@v4
|
||||
if: ${{ inputs.db == 'sqlite' }}
|
||||
with:
|
||||
name: playwright-report-quick-${{ inputs.shard }}
|
||||
path: ./tests/playwright/playwright-report-quick/
|
||||
retention-days: 2
|
||||
|
||||
- uses: actions/upload-artifact@v3
|
||||
- uses: actions/upload-artifact@v4
|
||||
if: always()
|
||||
with:
|
||||
name: playwright-report-${{ inputs.db }}-${{ inputs.shard }}
|
||||
path: ./tests/playwright/playwright-report/
|
||||
retention-days: 2
|
||||
- uses: actions/upload-artifact@v3
|
||||
- uses: actions/upload-artifact@v4
|
||||
if: always()
|
||||
with:
|
||||
name: playwright-report-stress-${{ inputs.db }}-${{ inputs.shard }}
|
||||
path: ./tests/playwright/playwright-report-stress/
|
||||
retention-days: 2
|
||||
- uses: actions/upload-artifact@v3
|
||||
- uses: actions/upload-artifact@v4
|
||||
if: always()
|
||||
with:
|
||||
name: backend-logs-${{ inputs.db }}-${{ inputs.shard }}
|
||||
|
||||
Reference in New Issue
Block a user