Skip to content

Commit

Permalink
Change github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
ducquando committed Apr 20, 2024
1 parent e6646ce commit 84c9612
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ jobs:
uses: codecov/codecov-action@v4.1.1
with:
token: ${{ secrets.CODECOV_TOKEN }}
slug: code-slide/ui

- name: Run Build
run: npm run build
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ jobs:
- name: Run Tests
run: npm run test:ci

- name: Run Tests Again
run: npm run test:ci

- name: Fix coverage paths
run: npm run fix-coverage-paths

Expand Down

0 comments on commit 84c9612

Please sign in to comment.