npm test
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 45s
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 45s
This commit is contained in:
parent
a8c876b2d8
commit
6460d2926d
1 changed files with 6 additions and 1 deletions
|
@ -6,4 +6,9 @@ jobs:
|
|||
Explore-Gitea-Actions:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- run: ls
|
||||
- uses: actions/checkout@v4
|
||||
- uses: actions/setup-node@v3
|
||||
with:
|
||||
node-version: '14'
|
||||
- run: npm install -g bats
|
||||
- run: bats -v
|
||||
|
|
Loading…
Reference in a new issue