Skip to content

Commit

Permalink
ci: update test step
Browse files Browse the repository at this point in the history
  • Loading branch information
xstelea committed Nov 22, 2024
1 parent 301f8b8 commit 39a4850
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,8 +102,8 @@ jobs:
run: npm ci

- name: Build extension
env:
VITE_GITHUB_REF_NAME: ${{ github.ref_name }}
env:
VITE_GITHUB_REF_NAME: ${{ github.ref_name }}
run: npm run build

- uses: RDXWorks-actions/upload-artifact@main
Expand All @@ -115,7 +115,7 @@ jobs:
run: npm run build
env:
VITE_DEV_TOOLS: true
VITE_GITHUB_REF_NAME: ${{ github.ref_name }}
VITE_GITHUB_REF_NAME: ${{ github.ref_name }}

- uses: RDXWorks-actions/upload-artifact@main
with:
Expand All @@ -126,7 +126,7 @@ jobs:
run: npm run lint

- name: Running unit tests
run: npm run test
run: npm run test:ci

- name: SonarCloud Scan
uses: RDXWorks-actions/sonarcloud-github-action@master
Expand Down

0 comments on commit 39a4850

Please sign in to comment.