It might actually help to check out the repo
This commit is contained in:
parent
dc8b01c5d8
commit
ac72574873
|
|
@ -3,7 +3,8 @@ run-name: Test?
|
||||||
on: [push]
|
on: [push]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
Explore-Gitea-Actions:
|
test:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
- uses: actions/checkout@v4
|
||||||
steps:
|
steps:
|
||||||
- run: npm run test
|
- run: npm run test
|
||||||
Loading…
Reference in New Issue