diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 0bfd32f..7c07304 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -18,12 +18,12 @@ jobs: with: name: app path: app.tar - test: - runs-on: ubuntu-latest - steps: - - uses: actions/download-artifact@v3 - with: - name: app - - run: tar xf app.tar - - run: chmod +x app/app - - run: ./app/app + test: + runs-on: ubuntu-latest + steps: + - uses: actions/download-artifact@v3 + with: + name: app + - run: tar xf app.tar + - run: chmod +x app/app + - run: ./app/app