Skip to content

Commit

Permalink
Merge hotfix/v3.0.1into master
Browse files Browse the repository at this point in the history
  • Loading branch information
agolybev committed Dec 17, 2024
2 parents 159ac09 + ef76719 commit 75798eb
Show file tree
Hide file tree
Showing 632 changed files with 31,445 additions and 7,649 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/frontend-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,17 @@ name: Frontend tests

on:
push:
branches: [develop, release/v*]
branches: [develop, release/v*, hotfix/v*]
paths: [packages/**, common/**]
pull_request:
branches: [develop, release/v*]
branches: [develop, release/v*, hotfix/v*]
paths: [packages/**, common/**]
jobs:
playwright:
name: "Login e2e tests"
runs-on: ubuntu-latest
container:
image: mcr.microsoft.com/playwright:v1.48.0-jammy
image: mcr.microsoft.com/playwright:v1.49.0-jammy
steps:
- uses: actions/checkout@v4
- name: enable corepack
Expand Down
Loading

0 comments on commit 75798eb

Please sign in to comment.