Skip to content

Commit

Permalink
chore(merge): merge develop into main
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Dec 17, 2024
2 parents 8c6dd55 + d29aa93 commit b0cd1b5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/ci-v2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:

- run: bun install --no-cache

- run: bun nx affected -t lint test build -c ci
- run: bun nx affected -t test build -c ci

- name: Run Playwright tests
run: bun nx affected --parallel 1 -t e2e-ci
Expand Down Expand Up @@ -96,7 +96,5 @@ jobs:
- name: SonarCloud Scan
uses: SonarSource/sonarcloud-github-action@master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}


2 changes: 1 addition & 1 deletion .github/workflows/main-v2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:

- run: bun install --no-cache

- run: bun nx affected -t lint test build -c ci
- run: bun nx affected -t test build -c ci

- name: Run Playwright tests
run: bun nx affected --parallel 1 -t e2e-ci
Expand Down
Binary file modified bun.lockb
Binary file not shown.

0 comments on commit b0cd1b5

Please sign in to comment.