Skip to content

Commit

Permalink
fix(action) Updated CI action
Browse files Browse the repository at this point in the history
  • Loading branch information
MrAnyx committed Nov 27, 2023
1 parent 875beb6 commit 1da503a
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,9 @@ jobs:
- name: Validate composer.json and composer.lock
run: composer validate

# - name: Copy test files
# run: |
# cp .ci/.env.test .env
# cp .ci/.env.test .env.test
- name: Copy test files
run: |
cp .env.test .env
- name: Cache Composer packages
id: composer-cache
Expand Down

0 comments on commit 1da503a

Please sign in to comment.