Compare commits
1 Commits
fdd546e12a
...
707456ce3f
| Author | SHA1 | Date |
|---|---|---|
|
|
707456ce3f |
|
|
@ -5,5 +5,6 @@ on: [push]
|
||||||
jobs:
|
jobs:
|
||||||
test:
|
test:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
uses: https://github.com/actions/checkout@v4
|
||||||
steps:
|
steps:
|
||||||
- run: npm run test
|
- run: npm run test
|
||||||
Loading…
Reference in New Issue