Skip to content

Commit

Permalink
try a workflow to trigger the test run
Browse files Browse the repository at this point in the history
  • Loading branch information
zhuzhuor committed Jul 3, 2022
1 parent bbbd78c commit f66c957
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/run_tests.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: Run all tests

on:
workflow_dispatch:
push:
branches: [ "master", "mv3" ]

jobs:
run_tests:
runs-on: ubuntu-20.04

steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 14
- run: npm ci
- run: npm run test
1 change: 1 addition & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
"eslint-plugin-n": "^15.2.3",
"eslint-plugin-promise": "^6.0.0",
"jest": "^28.1.2",
"jest-cli": "^28.1.2",
"jest-puppeteer": "^6.1.0",
"puppeteer": "^15.3.0"
}
Expand Down

0 comments on commit f66c957

Please sign in to comment.