Skip to content

Commit

Permalink
Temporarily disable acceptance test
Browse files Browse the repository at this point in the history
  • Loading branch information
kaidaguerre committed Mar 4, 2021
1 parent 0639d05 commit d5d09f0
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/release.yml
Expand Up @@ -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
Expand Down

0 comments on commit d5d09f0

Please sign in to comment.