Skip to content

Commit

Permalink
finish pipeline
Browse files Browse the repository at this point in the history
Signed-off-by: Karl Hepworth <[email protected]>
  • Loading branch information
fubarhouse committed Jun 27, 2024
1 parent 094bdde commit 836a3db
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/functional-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,6 @@ jobs:
- name: Create Database
run: mysql -e 'CREATE DATABASE test_db;' -uroot -proot

- name: Set up MySQL
run: |
sudo /etc/init.d/mysql start
mysql -e 'CREATE DATABASE test_db;' -uroot -proot
- name: Import database
run: mysql -uroot -proot test_db < .github/workflows/functional-test.sql

Expand Down

0 comments on commit 836a3db

Please sign in to comment.