Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
micayael committed Jun 30, 2023
1 parent ea3cd68 commit 7a40c63
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/symfony.yml
Expand Up @@ -26,6 +26,7 @@ jobs:
symfony: [ '6.0.*', '6.1.*', '6.2.*', '6.3.*' ]

steps:

# To automatically get bug fixes and new Php versions for shivammathur/setup-php,
# change this to (see https://github.com/shivammathur/setup-php#bookmark-versioning):
# name: Setup PHP ${{ matrix.php }}uses: shivammathur/setup-php@v2
Expand Down Expand Up @@ -54,6 +55,17 @@ jobs:
with:
composer-options: "--no-progress --prefer-dist --optimize-autoloader"

- name: Test symfony security
if: runner.os == 'Linux'
uses: symfonycorp/security-checker-action@v4
with:
disable-exit-code: 1
id: security-check

- name: Display the vulnerabilities as JSON
if: runner.os == 'Linux'
run: echo ${{ steps.security-check.outputs.vulns }}

- name: Run test suite
env:
SYMFONY_DEPRECATIONS_HELPER: disabled
Expand Down

0 comments on commit 7a40c63

Please sign in to comment.