Skip to content

Commit

Permalink
Merge pull request #5499 from Gustry/dev-versions
Browse files Browse the repository at this point in the history
Update some versions in package.json and GH Actions
  • Loading branch information
Gustry authored Mar 3, 2025
2 parents e16a419 + fa0d389 commit fe42055
Show file tree
Hide file tree
Showing 4 changed files with 116 additions and 132 deletions.
2 changes: 0 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ updates:
directory: "/lizmap"
schedule:
interval: "monthly"
# assignees:
# - "laurentj"

- package-ecosystem: "composer"
directory: "/tests/units"
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/e2e_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ jobs:
if: |
success() ||
steps.test-playwright-read-only.outcome != 'success'
uses: actions/[email protected].0
uses: actions/[email protected].1
with:
name: ${{ matrix.name }}-DB-diff-read-only
if-no-files-found: 'ignore'
Expand Down Expand Up @@ -297,7 +297,7 @@ jobs:
steps.test-playwright-read-only.outcome != 'success' ||
steps.test-playwright-no-tag.outcome != 'success' ||
steps.test-playwright-write.outcome != 'success'
uses: actions/[email protected].0
uses: actions/[email protected].1
with:
name: ${{ matrix.name }}-screenshots-readonly
if-no-files-found: 'ignore'
Expand Down Expand Up @@ -354,7 +354,7 @@ jobs:
steps.test-playwright-read-only.outcome != 'success' ||
steps.test-playwright-no-tag.outcome != 'success' ||
steps.test-playwright-write.outcome != 'success'
uses: actions/[email protected].0
uses: actions/[email protected].1
with:
if-no-files-found: 'ignore'
name: ${{ matrix.name }}-playwright-report
Expand All @@ -367,7 +367,7 @@ jobs:
steps.test-playwright-read-only.outcome != 'success' ||
steps.test-playwright-no-tag.outcome != 'success' ||
steps.test-playwright-write.outcome != 'success'
uses: cypress-io/[email protected].10
uses: cypress-io/[email protected].14
with:
install: false
browser: chrome
Expand All @@ -387,7 +387,7 @@ jobs:
cp -r ../lizmap/var/log /tmp/e2e/lwc/
- name: Upload all logs as artifact
uses: actions/[email protected].0
uses: actions/[email protected].1
if: always()
with:
name: ${{ matrix.name }}-E2E-all-logs
Expand All @@ -412,7 +412,7 @@ jobs:
Visit ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}
- name: Save screenshots as artifacts if a test fails to ease debug
uses: actions/[email protected].0
uses: actions/[email protected].1
if: |
failure() &&
steps.test-cypress.outcome != 'success'
Expand Down
Loading

0 comments on commit fe42055

Please sign in to comment.