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