Remove tests for now

This commit is contained in:
cytopia
2022-03-25 01:02:46 +01:00
parent ab91e0794b
commit ec5d6734fa

View File

@@ -188,11 +188,11 @@ jobs:
# ------------------------------------------------------------
# Test
# ------------------------------------------------------------
- name: Test
uses: cytopia/shell-command-retry-action@v0.1.2
with:
command: |
make test VERSION=${{ matrix.version }} FLAVOUR=${{ matrix.flavour }} ARCH=${{ matrix.arch }} TAG=${{ steps.tag.outputs.docker-tag }}
#- name: Test
# uses: cytopia/shell-command-retry-action@v0.1.2
# with:
# command: |
# make test VERSION=${{ matrix.version }} FLAVOUR=${{ matrix.flavour }} ARCH=${{ matrix.arch }} TAG=${{ steps.tag.outputs.docker-tag }}
# ------------------------------------------------------------
# Export