Skip to content

Commit

Permalink
fix(actions): fix yaml syntax on ci yaml file
Browse files Browse the repository at this point in the history
fix(actions): delete command
  • Loading branch information
danvergara committed Apr 28, 2021
1 parent 84fc12b commit 4296aac
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,8 @@ jobs:

steps:
- name: Set up MySQL
run: |
sudo /etc/init.d/mysql start
mysql -e 'CREATE DATABASE ${{ env.DB_DATABASE }};' -u${{ env.DB_USER }} -p${{ env.DB_PASSWORD }}
run: |
mysql -e 'CREATE DATABASE ${{ env.DB_DATABASE }};' -u${{ env.DB_USER }} -p${{ env.DB_PASSWORD }}
# The steps that will be run through for each version and platform combination.
- name: Set up Go ${{ matrix.goVer }}
Expand Down

0 comments on commit 4296aac

Please sign in to comment.