Combine test suites

This commit is contained in:
Corey Butler 2020-04-02 17:32:37 -05:00
parent 887f931751
commit f1b8052ccb

View File

@ -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