diff --git a/.gitea/workflows/test.yaml b/.gitea/workflows/test.yaml index 8558d8a..13e7444 100644 --- a/.gitea/workflows/test.yaml +++ b/.gitea/workflows/test.yaml @@ -1,7 +1,7 @@ -name: test on: [push] jobs: - test: - runs-on: ubuntu-latest + t: + runs-on: ubuntu-latest steps: - - run: echo hello \ No newline at end of file + - run: echo hello + \ No newline at end of file