diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 838ef10b4..ebbaf90d4 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -7,7 +7,7 @@ on: - master jobs: - validate_first: + build: name: validate runs-on: ubuntu-latest timeout-minutes: 30 @@ -17,16 +17,6 @@ jobs: with: fetch-depth: 100 - validate: - name: Build and test - runs-on: ubuntu-latest - timeout-minutes: 30 - steps: - - name: ⬇️ Checkout repo - uses: actions/checkout@v2 - with: - fetch-depth: 100 - - name: ⎔ Setup node uses: actions/setup-node@v1 with: