Skip to content

Commit

Permalink
Update install.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
curtisdelicata authored Jun 8, 2024
1 parent fd2e0bf commit 1bdc6d2
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions .github/workflows/install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

jobs:

test:
install:
runs-on: ubuntu-latest

steps:
Expand All @@ -23,7 +23,14 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: '20'



- name: Start database
run: sudo /etc/init.d/mysql start

- name: Create database
run: mysql -e "CREATE DATABASE IF NOT EXISTS liberu;" -uroot -proot

- name: Copy environment file
run: cp .env.testing .env

Expand Down

0 comments on commit 1bdc6d2

Please sign in to comment.