Skip to content

Commit

Permalink
--test-run--
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniil Tkachev committed Feb 12, 2025
1 parent 8b453ac commit 64620da
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/development.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ jobs:
mkdir -p source/var/configuration/environment/
echo "${{ secrets.MODULE_SETTINGS }}" > source/var/configuration/environment/1.yaml
docker compose exec -T php php bin/oe-console oe:module:apply-configuration
echo "${{ secrets.MODULE_SETTINGS }}" > source/vendor/${{ env.PACKAGE_NAME }}/tests/.env

- name: Stop containers
Expand Down Expand Up @@ -173,7 +173,6 @@ jobs:
continue-on-error: true
run: |
cd source/vendor/${{ env.PACKAGE_NAME }}/tests
cp .env.example .env
ls -lat
cat .env
docker compose exec -T php composer require --dev dg/bypass-finals
Expand Down

0 comments on commit 64620da

Please sign in to comment.