Skip to content

Commit

Permalink
on push, npm install
Browse files Browse the repository at this point in the history
  • Loading branch information
lue-bird committed Oct 6, 2024
1 parent be14dbe commit 80fa1b8
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/to-github.-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,13 @@ concurrency:
cancel-in-progress: false

jobs:
build-and-test:
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 80fa1b8

Please sign in to comment.