From 093eb694248853a1a4cc2c2b9ba764d615e30178 Mon Sep 17 00:00:00 2001 From: Webber Date: Sat, 14 Dec 2019 20:56:36 +0100 Subject: [PATCH] Remove unnecessary activate job --- .github/workflows/main.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index e74af870..fa0325b5 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -9,15 +9,8 @@ env: PROJECT_PATH: test-project jobs: - activate: - name: Activate Unity - runs-on: ubuntu-latest - steps: - - uses: webbertakken/unity-activate@v1 - test: name: Test the project - needs: [activate] runs-on: ubuntu-latest steps: - uses: actions/checkout@v1