Skip to content

Commit

Permalink
Develop branch
Browse files Browse the repository at this point in the history
  • Loading branch information
mattbell87 committed Mar 14, 2024
1 parent bafa525 commit ba711f4
Showing 1 changed file with 2 additions and 2 deletions.
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:pr-119 # TODO: change back to develop
BOILERPLATE_IMAGE: ghcr.io/2pisoftware/cmfive:develop

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: 'develop'
path: boilerplate

# Pre-requisites Prepare Cmfive Environment
Expand Down

0 comments on commit ba711f4

Please sign in to comment.