Skip to content

Commit

Permalink
ci: temporary remove linting
Browse files Browse the repository at this point in the history
  • Loading branch information
cskiwi committed Dec 17, 2024
1 parent c18a42c commit d29aa93
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 d29aa93

Please sign in to comment.