Skip to content

Commit

Permalink
chore(workflow): temporarily disable
Browse files Browse the repository at this point in the history
  • Loading branch information
sa03 committed Jun 19, 2024
1 parent 35026a6 commit 31bd306
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/test-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,13 +39,13 @@ jobs:
${{ runner.os }}-build-
${{ runner.os }}-
- run: npm install

- run: npm run lint
- run: npm run test
- run: npm run build
# - run: npm run test
# upload report to codecov
- uses: codecov/codecov-action@v2
with:
token: ${{ secrets.CODECOV_TOKEN }}
# - uses: codecov/codecov-action@v2
# with:
# token: ${{ secrets.CODECOV_TOKEN }}

site:
runs-on: ubuntu-latest
Expand All @@ -68,7 +68,6 @@ jobs:
${{ runner.os }}-build-
${{ runner.os }}-
- run: npm install

- name: Build site
run: npm run site:preview

Expand Down

0 comments on commit 31bd306

Please sign in to comment.