diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 632bc7410..d5b5bda52 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -8,16 +8,6 @@ jobs: build: runs-on: ubuntu-latest -# services: -# mysql: -# image: mysql:5.7 -# env: -# MYSQL_ALLOW_EMPTY_PASSWORD: yes -# MYSQL_DATABASE: emg -# ports: -# - '3306:3306' -# options: --health-cmd="mysqladmin ping" --health-interval=10s --health-timeout=5s --health-retries=3 --sql-mode="STRICT_TRANS_TABLES" - steps: - uses: actions/checkout@v2 - name: 🐍 - Set up Python 3.6 @@ -58,7 +48,7 @@ jobs: - name: 📮 - Slack Notification uses: rtCamp/action-slack-notify@v2 continue-on-error: true - if: github.ref == 'refs/heads/master' || github.ref == 'refs/heads/dev' || github.ref == 'refs/heads/gh_actions' + if: github.ref == 'refs/heads/master' || github.ref == 'refs/heads/dev' env: SLACK_COLOR: "${{ job.status == 'success' && 'good' || 'danger' }}" SLACK_USERNAME: "Github Actions API"