From ec5d6734fac59678b9af93f2b1f818e71645a4e2 Mon Sep 17 00:00:00 2001 From: cytopia Date: Fri, 25 Mar 2022 01:02:46 +0100 Subject: [PATCH] Remove tests for now --- .github/workflows/zzz-reuse.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/zzz-reuse.yml b/.github/workflows/zzz-reuse.yml index 9abef36..d2d302b 100644 --- a/.github/workflows/zzz-reuse.yml +++ b/.github/workflows/zzz-reuse.yml @@ -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