diff --git a/.github/workflows/ci-v2.yml b/.github/workflows/ci-v2.yml index ccb7bb1a9..0b6fac684 100644 --- a/.github/workflows/ci-v2.yml +++ b/.github/workflows/ci-v2.yml @@ -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 @@ -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 }} - - diff --git a/.github/workflows/main-v2.yml b/.github/workflows/main-v2.yml index 2a001e526..6d5ed7372 100644 --- a/.github/workflows/main-v2.yml +++ b/.github/workflows/main-v2.yml @@ -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 diff --git a/bun.lockb b/bun.lockb index 53b0aecf4..4d1082fdd 100644 Binary files a/bun.lockb and b/bun.lockb differ