diff --git a/.gitea/workflows/DRBv3_server_build.yaml b/.gitea/workflows/DRBv3_server_build.yaml index a26958a..e5f3ab6 100644 --- a/.gitea/workflows/DRBv3_server_build.yaml +++ b/.gitea/workflows/DRBv3_server_build.yaml @@ -12,7 +12,7 @@ env: DISCORD_TOKEN: ${{ secrets.DISCORD_TOKEN }} jobs: - drb_mocha_tests: + drb_server_build: runs-on: ubuntu-latest steps: @@ -21,4 +21,4 @@ jobs: - name: Build the latest code working-directory: './server' - run: make clean && make build && make run \ No newline at end of file + run: make build \ No newline at end of file