Skip to content

Commit

Permalink
ci(): check for mysql availbality
Browse files Browse the repository at this point in the history
  • Loading branch information
PascalThesing committed Aug 2, 2023
1 parent 157a1bd commit e3a49f6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/check-js-code.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,5 +45,6 @@ jobs:
${{ runner.os }}-composer-
- run: devenv up &
- run: devenv shell ./.github/check-mysql.sh
- run: devenv shell check-js-code
- run: devenv shell test-jest
1 change: 1 addition & 0 deletions .github/workflows/check-php-code.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,5 +46,6 @@ jobs:
${{ runner.os }}-composer-
- run: devenv up &
- run: devenv shell ./.github/check-mysql.sh
- run: devenv shell init-shopware
- run: devenv shell check-code

0 comments on commit e3a49f6

Please sign in to comment.