Browse Source
Update GitHub Action Versions (#1069)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
pull/1071/head
Sebastian Stehle
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with
5 additions and
5 deletions
-
.github/workflows/dev.yml
-
.github/workflows/make-screenshots.yml
-
.github/workflows/release.yml
|
|
@ -103,7 +103,7 @@ jobs: |
|
|
|
|
|
|
|
|
- name: Test - Upload Playwright Artifacts |
|
|
- name: Test - Upload Playwright Artifacts |
|
|
if: always() |
|
|
if: always() |
|
|
uses: actions/upload-artifact@v4.2.0 |
|
|
uses: actions/upload-artifact@v4.3.0 |
|
|
with: |
|
|
with: |
|
|
name: playwright-report |
|
|
name: playwright-report |
|
|
path: tools/e2e/playwright-report/ |
|
|
path: tools/e2e/playwright-report/ |
|
|
@ -111,7 +111,7 @@ jobs: |
|
|
|
|
|
|
|
|
- name: Test - Dump docker logs on failure |
|
|
- name: Test - Dump docker logs on failure |
|
|
if: failure() |
|
|
if: failure() |
|
|
uses: jwalton/gh-docker-logs@v2.2.1 |
|
|
uses: jwalton/gh-docker-logs@v2.2.2 |
|
|
with: |
|
|
with: |
|
|
images: 'squidex-local,squidex/resizer' |
|
|
images: 'squidex-local,squidex/resizer' |
|
|
tail: '100' |
|
|
tail: '100' |
|
|
|
|
|
@ -50,7 +50,7 @@ jobs: |
|
|
|
|
|
|
|
|
- name: Test - Upload Playwright Artifacts |
|
|
- name: Test - Upload Playwright Artifacts |
|
|
if: always() |
|
|
if: always() |
|
|
uses: actions/upload-artifact@v4.2.0 |
|
|
uses: actions/upload-artifact@v4.3.0 |
|
|
with: |
|
|
with: |
|
|
name: snapshots |
|
|
name: snapshots |
|
|
path: tools/e2e/snapshots/ |
|
|
path: tools/e2e/snapshots/ |
|
|
|
|
|
@ -98,7 +98,7 @@ jobs: |
|
|
|
|
|
|
|
|
- name: Test - Upload Playwright Artifacts |
|
|
- name: Test - Upload Playwright Artifacts |
|
|
if: always() |
|
|
if: always() |
|
|
uses: actions/upload-artifact@v4.2.0 |
|
|
uses: actions/upload-artifact@v4.3.0 |
|
|
with: |
|
|
with: |
|
|
name: playwright-report |
|
|
name: playwright-report |
|
|
path: tools/e2e/playwright-report/ |
|
|
path: tools/e2e/playwright-report/ |
|
|
@ -106,7 +106,7 @@ jobs: |
|
|
|
|
|
|
|
|
- name: Test - Dump docker logs on failure |
|
|
- name: Test - Dump docker logs on failure |
|
|
if: failure() |
|
|
if: failure() |
|
|
uses: jwalton/gh-docker-logs@v2.2.1 |
|
|
uses: jwalton/gh-docker-logs@v2.2.2 |
|
|
with: |
|
|
with: |
|
|
images: 'squidex-local,squidex/resizer' |
|
|
images: 'squidex-local,squidex/resizer' |
|
|
tail: '100' |
|
|
tail: '100' |
|
|
|