Skip to content

Commit

Permalink
don't test in github action
Browse files Browse the repository at this point in the history
  • Loading branch information
lue-bird committed Oct 6, 2024
1 parent eda70aa commit 3f6d0a5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/to-github.-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,12 @@ concurrency:
cancel-in-progress: false

jobs:
build-and-test:
install-js-packages:
runs-on: ubuntu-latest
name: Build and test
steps:
- uses: actions/checkout@v4
- uses: bahmutov/npm-install@v1
- run: npm t
deploy:
environment:
name: github-pages
Expand Down

0 comments on commit 3f6d0a5

Please sign in to comment.