From f7836abc06272e7c596c1a250210ae4eb13f5f0e Mon Sep 17 00:00:00 2001 From: Geoff Bourne Date: Mon, 6 Dec 2021 22:11:43 -0600 Subject: [PATCH] build: fixed combined test/build jobs --- .github/workflows/main.yml | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 14c1cafd..ca028812 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -19,18 +19,7 @@ env: IMAGE_TO_TEST: itzg/minecraft-server:test-${{ github.repository_owner }}-${{ github.run_id }} jobs: - test: - runs-on: ubuntu-20.04 - - steps: - - uses: actions/checkout@v2.4.0 - - - name: Run tests - run: | - tests/test.sh build: - needs: - - test runs-on: ubuntu-20.04 steps: