Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mattbell87 authored Mar 5, 2024
1 parent b25d2b3 commit c1724ee
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ env:
DB_PASSWORD: cmfive_test
DB_DATABASE: cmfive_test
PLAYWRIGHT_MODULES: "admin channel form tag report task timelog"

CONTAINER_NAME: cmfive

jobs:
# Lint
php-codesniffer:
Expand Down Expand Up @@ -177,8 +178,6 @@ jobs:
- name: Install dev tools
run: |
CONTAINER_NAME=cmfive
if [ -f ./boilerplate/.codepipeline/docker/install_dev_tools.sh ]; then
./boilerplate/.codepipeline/docker/install_dev_tools.sh
else
Expand Down

0 comments on commit c1724ee

Please sign in to comment.