Skip to content

Commit

Permalink
fixup! fixup! fixup! Add GitHub action
Browse files Browse the repository at this point in the history
  • Loading branch information
koriym committed Jan 20, 2024
1 parent 655affd commit 1cd9a96
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,13 @@ jobs:
with:
php-version: '8.2'

- name: Setup MySQL
uses: mirromutth/[email protected]
with:
mysql version: '8.0'
mysql database: 'ticket'
mysql root password: ''

- name: Install dependencies
run: composer install --prefer-dist --no-progress --no-suggest

Expand Down

0 comments on commit 1cd9a96

Please sign in to comment.