Skip to content

Commit

Permalink
test: cleaning up ci pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
daithihearn committed Oct 3, 2023
1 parent 8439c6e commit 87d4213
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
branches: ["main"]

jobs:
test:
unit-tests-and-coverage:
runs-on: ubuntu-latest

steps:
Expand All @@ -17,14 +17,12 @@ jobs:
uses: actions/setup-node@v2
with:
node-version: "16.19.x"

- name: Install dependencies
run: yarn install --frozen-lockfile

- name: Test and coverage
run: yarn jest --coverage
- name: SonarCloud Scan
uses: SonarSource/sonarcloud-github-action@master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}

0 comments on commit 87d4213

Please sign in to comment.