Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
chen-yijiang committed Nov 27, 2023
1 parent cefa838 commit 9b7bd10
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ name: all tests

# Controls when the action will run. Triggers the workflow on push or pull request
# events but only for the master branch
# on:
# push:
# branches: [master]
# pull_request:
# branches: [master]
on:
push:
branches: [master]
pull_request:
branches: [master]

# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
Expand All @@ -33,5 +33,5 @@ jobs:
- name: Install dependencies
run: npm install
- name: Run Test
run: npm test
# - name: Run Test
# run: npm test

0 comments on commit 9b7bd10

Please sign in to comment.