Skip to content

Commit

Permalink
chore(deps): bump angular from 18.2.2 to 18.2.7
Browse files Browse the repository at this point in the history
chore(deps): bump angular material from 18.2.2 to 18.2.7

chore(deps-dev): bump angular cli from v18.2.2 to v18.2.7
  • Loading branch information
k3nsei committed Oct 6, 2024
1 parent a04e7ac commit 5146a28
Show file tree
Hide file tree
Showing 4 changed files with 1,333 additions and 1,160 deletions.
15 changes: 9 additions & 6 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,26 +41,29 @@ jobs:
name: Run E2E tests
runs-on: ubuntu-latest
container:
image: mcr.microsoft.com/playwright:v1.46.1-noble
image: mcr.microsoft.com/playwright:v1.47.2-noble
timeout-minutes: 10
strategy:
fail-fast: false
matrix:
browser: ['chromium', 'firefox', 'webkit']
steps:
- uses: actions/checkout@v4

- name: Install dependencies
uses: ./.github/actions/install-npm-deps

- name: Install dependencies
run: npm ci

- name: Run tests
env:
HOME: /root
working-directory: apps/demo-e2e
run: npx playwright test --project=chromium
run: npx playwright test --project=${{ matrix.browser }}

- name: Upload test report
if: ${{ always() }}
uses: actions/upload-artifact@v4
with:
name: playwright-report
name: playwright-${{ matrix.browser }}-report
path: |
apps/demo-e2e/playwright-report/
apps/demo-e2e/test-results/
Expand Down
4 changes: 2 additions & 2 deletions apps/demo-e2e/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
"test": "playwright test"
},
"devDependencies": {
"@playwright/test": "1.46.1",
"@types/node": "^22.5.2"
"@playwright/test": "1.47.2",
"@types/node": "^22.7.4"
},
"volta": {
"extends": "../../package.json"
Expand Down
Loading

0 comments on commit 5146a28

Please sign in to comment.