Compare commits

...

1 Commits

Author SHA1 Message Date
Jeff ac72574873 It might actually help to check out the repo 2024-07-09 21:37:41 -04:00
1 changed files with 2 additions and 1 deletions

View File

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