diff --git a/.gitea/workflows/test.yaml b/.gitea/workflows/test.yaml index 5491ca6..0ab8c4d 100644 --- a/.gitea/workflows/test.yaml +++ b/.gitea/workflows/test.yaml @@ -3,7 +3,10 @@ run-name: Test? on: [push] jobs: - Explore-Gitea-Actions: + test: runs-on: ubuntu-latest + - uses: actions/checkout@v4 + with: + repository: 'tack-up-now' steps: - run: npm run test \ No newline at end of file