Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
patrykbaszak committed Feb 12, 2024
1 parent a421f5e commit 09d69cf
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,5 @@ jobs:
- name: Running PHPUnit
run: docker exec php composer test:cc

- name: Setup env vars
run: while read -r env; do export "$env"; done

- name: Check env vars
run: docker exec php echo $APP_VERSION $APP_COMMIT_SHA $APP_NAME $APP_DESCRIPTION $APP_TITLE $APP_ENV
run: docker exec php cat /etc/environment

0 comments on commit 09d69cf

Please # to comment.