Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use dev tools script, codeception removal #278

Merged
merged 13 commits into from
Mar 14, 2024
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ env:
DB_PASSWORD: cmfive_test
DB_DATABASE: cmfive_test
PLAYWRIGHT_MODULES: "admin channel form tag report task timelog"
BOILERPLATE_IMAGE: ghcr.io/2pisoftware/cmfive:develop
BOILERPLATE_IMAGE: ghcr.io/2pisoftware/cmfive:pr-119 # TODO: change back to develop
mattbell87 marked this conversation as resolved.
Show resolved Hide resolved

jobs:
# Lint
Expand Down Expand Up @@ -58,7 +58,7 @@ jobs:
uses: actions/checkout@v4
with:
repository: '2pisoftware/cmfive-boilerplate'
ref: 'feat/phpunit-10' #TODO: change back to develop
ref: 'feat/phpunit-10' # TODO: change back to develop
mattbell87 marked this conversation as resolved.
Show resolved Hide resolved
path: boilerplate

# Pre-requisites Prepare Cmfive Environment
Expand Down
Loading