From 75b0587968de60c091c469c4e95372c9d4c97640 Mon Sep 17 00:00:00 2001 From: Ivan Davidov Date: Fri, 6 Aug 2021 16:08:24 +0300 Subject: [PATCH] All steps in single job. --- .github/workflows/manual.yml | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) diff --git a/.github/workflows/manual.yml b/.github/workflows/manual.yml index 4e1a3f142..6d8b8195d 100644 --- a/.github/workflows/manual.yml +++ b/.github/workflows/manual.yml @@ -1,22 +1,14 @@ name: 'MLL With Integration Tests' on: 'workflow_dispatch' jobs: - checkout: + mll-with-tests: runs-on: 'ubuntu-latest' steps: - uses: actions/checkout@v2 - setup: - needs: checkout - runs-on: 'ubuntu-latest' - steps: - name: 'Apply Workflow Patches' run: | cd .github bash ./github-ci.sh - build: - needs: setup - runs-on: 'ubuntu-latest' - steps: - name: 'Step 00 - Clean' run: | cd ./src @@ -89,10 +81,6 @@ jobs: run: | cd ./src bash ./16_cleanup.sh - test: - needs: build - runs-on: 'ubuntu-latest' - steps: - name: 'Test Docker' run: | cd .github