From d5d09f0b667c7f3371114c07b2a12be541fb9005 Mon Sep 17 00:00:00 2001 From: kai Date: Thu, 4 Mar 2021 13:13:07 +0000 Subject: [PATCH] Temporarily disable acceptance test --- .github/workflows/release.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 369afaf..4bdbfb3 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -221,11 +221,11 @@ jobs: touch $HOME/.config/turbot/credentials.yml touch $HOME/.config/turbot/registry.yml - - name: Run Tests - if: ${{ matrix.platform == 'macos-latest' || matrix.platform == 'ubuntu-latest' }} - run: | - chmod +x $HOME/tests/run_acceptance.sh - $HOME/tests/run_acceptance.sh +# - name: Run Tests +# if: ${{ matrix.platform == 'macos-latest' || matrix.platform == 'ubuntu-latest' }} +# run: | +# chmod +x $HOME/tests/run_acceptance.sh +# $HOME/tests/run_acceptance.sh create_release: name: Release