Skip to content

Commit

Permalink
Test workflow APP_ENV 2 [SLE-192]
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelgfeller committed Dec 19, 2023
1 parent b5846da commit f639a95
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ on:
push:
branches:
- master
- develop
pull_request:
types: [ opened, synchronize, reopened ]

Expand All @@ -23,7 +24,7 @@ jobs:
mysql:
image: mysql:8.0.23
env:
MYSQL_ROOT_PASSWORD: root
MYSQL_ROOT_PASSWORD: rootroot
MYSQL_ALLOW_EMPTY_PASSWORD: true
MYSQL_DATABASE: test
ports:
Expand Down

0 comments on commit f639a95

Please sign in to comment.