Skip to content

Commit

Permalink
fix: hopefully this will fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
domi41 committed May 9, 2022
1 parent ead1d19 commit 7ba2f01
Showing 1 changed file with 21 additions and 3 deletions.
24 changes: 21 additions & 3 deletions .github/workflows/symfony.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,13 @@ jobs:
# https://github.com/actions/checkout (official)
- name: Checkout
uses: actions/checkout@v2
with:
submodules: recursive

# This is broken, now.
# https://github.com/marketplace/actions/checkout-submodules
- name: Checkout submodules
uses: textbook/git-checkout-submodule-action@master
# - name: Checkout submodules
# uses: textbook/git-checkout-submodule-action@master

# https://github.com/shivammathur/setup-php (community)
- name: Setup PHP, extensions and composer with shivammathur/setup-php
Expand Down Expand Up @@ -98,4 +101,19 @@ jobs:
- name: Run integration tests
run: |
vendor/bin/behat -vv --tags='~wip&&~noci'
vendor/bin/behat -vv --tags='~wip&&~noci'
# Future Client Library Code Generation
# codegen:
# name: Client Libraries Generation
# runs-on: ubuntu-18.04
# strategy:
# fail-fast: true
# matrix:
# php-versions: ['7.4']
#
# steps:
# # —— Setup Github actions 🐙 —————————————————————————————————————————————
# # https://github.com/actions/checkout (official)
# - name: Checkout
# uses: actions/checkout@v2

0 comments on commit 7ba2f01

Please sign in to comment.