Skip to content

Commit

Permalink
Github workflow: stop dumping app environment
Browse files Browse the repository at this point in the history
  • Loading branch information
danigargar committed Jan 17, 2024
1 parent 045d78c commit 9de0ef3
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/app-console.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,19 +40,16 @@ jobs:
ref: runchecks

- uses: actions/cache@v3
id: vendor-cache
with:
key: vendor
key: vendor-${{ hashFiles('app/composer.lock')
path: app/vendor

- name: Install dependencies
- name: Install dependencies
uses: php-actions/composer@v6
with:
working_dir: app/

- name: Inspect env variables
run: bin/console debug:dotenv
working-directory: app/

# Validate app console
- name: Validate app-console
run: bin/console
Expand Down

0 comments on commit 9de0ef3

Please sign in to comment.