From f1b8052ccb7f8e2a52bebafa6ee80f3e94ce3282 Mon Sep 17 00:00:00 2001 From: Corey Butler Date: Thu, 2 Apr 2020 17:32:37 -0500 Subject: [PATCH] Combine test suites --- .github/workflows/test.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 3294e82..b59a408 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -31,12 +31,12 @@ jobs: delete_orphan_tag: true env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - docker: - name: Test Suite - Docker Strategy - runs-on: ubuntu-latest - steps: - # Checkout updated source code - - uses: actions/checkout@v2 + # docker: + # name: Test Suite - Docker Strategy + # runs-on: ubuntu-latest + # steps: + # # Checkout updated source code + # - uses: actions/checkout@v2 # If the version has changed, create a new git tag for it. - name: Tag