npm test
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 45s

This commit is contained in:
Maximilian Keßler 2023-10-03 16:44:05 +02:00
parent a8c876b2d8
commit 6460d2926d
Signed by: max
GPG Key ID: BCC5A619923C0BA5

View File

@ -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