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