Skip to content

Commit

Permalink
chore: update nx to v20.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
taiga-family-bot authored and splincode committed Nov 13, 2024
1 parent 1f77152 commit 6bf8785
Show file tree
Hide file tree
Showing 4 changed files with 230 additions and 220 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/auto-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ on:
pull_request:

env:
JOBS_NAME: '[ "Build package", "Lint", "Tests", "E2E" ]'
JOBS_NAME: '[ "Build package", "Lint", "Tests", "E2E result" ]'

jobs:
setup:
Expand Down
18 changes: 16 additions & 2 deletions .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,13 @@ name: ⚙️ E2E tests
on:
pull_request:

env:
PW_RESULT: ./projects/demo-playwright/tests-results

jobs:
e2e:
name: E2E
runs-on: ubuntu-latest
env:
PW_RESULT: ./projects/demo-playwright/tests-results
outputs:
details_url: ${{ steps.e2e-report.outputs.details_url }}
steps:
Expand Down Expand Up @@ -49,6 +50,14 @@ jobs:
disableComment: 'true'
expires: 1d

- name: Upload report artifacts
uses: actions/[email protected]
with:
path: ${{ env.PW_RESULT }}/test-results.json
name: ${{ env.PLAYWRIGHT_SNAPSHOTS_ARTIFACTS_KEY }}_report
compression-level: 0
retention-days: 1

- name: Upload artifacts / ${{ env.PLAYWRIGHT_SNAPSHOTS_ARTIFACTS_KEY }}
uses: actions/[email protected]
with:
Expand All @@ -73,6 +82,11 @@ jobs:
path: ${{ env.PW_RESULT }}
name: ${{ env.PLAYWRIGHT_SNAPSHOTS_ARTIFACTS_KEY }}
merge-multiple: true
- uses: actions/[email protected]
with:
path: ${{ env.PW_RESULT }}
name: ${{ env.PLAYWRIGHT_SNAPSHOTS_ARTIFACTS_KEY }}_report

- run: tree ${{ env.PW_RESULT }} || echo "not found"

- name: Check if diff-output exists
Expand Down
Loading

0 comments on commit 6bf8785

Please sign in to comment.