Skip to content

Commit

Permalink
👍 V4 test ci/cd
Browse files Browse the repository at this point in the history
  • Loading branch information
juzaweb committed Oct 28, 2023
1 parent ef45ca3 commit 14d0723
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-v4.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
extensions: dom, curl, libxml, mbstring, zip, pcntl, pdo, sqlite, pdo_sqlite, bcmath, soap, intl, gd, exif, iconv, imagick
coverage: none
- name: Install composer
run: composer create-project juzaweb/juzacms cms "${{ matrix.cms }}"
run: composer create-project juzaweb/cms cms "${{ matrix.cms }}"
- name: Copy .env
run: php -r "copy('.env.testing.example', '.env');"
working-directory: cms
Expand Down

0 comments on commit 14d0723

Please sign in to comment.