Skip to content

Commit

Permalink
Checkout submodules in github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
dstogov committed Aug 31, 2023
1 parent 134a6e1 commit 901f494
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ jobs:
uses: actions/checkout@v3
with:
ref: ${{ matrix.branch.ref }}
submodules: 'recursive'
- name: Create MSSQL container
uses: ./.github/actions/setup-mssql
- name: Create Oracle container
Expand Down Expand Up @@ -184,6 +185,7 @@ jobs:
uses: actions/checkout@v3
with:
ref: ${{ matrix.branch.ref }}
submodules: 'recursive'
- name: apt
uses: ./.github/actions/apt-x32
- name: System info
Expand Down Expand Up @@ -254,6 +256,7 @@ jobs:
uses: actions/checkout@v3
with:
ref: ${{ matrix.branch.ref }}
submodules: 'recursive'
- name: brew
uses: ./.github/actions/brew
- name: ./configure
Expand Down Expand Up @@ -319,6 +322,8 @@ jobs:
steps:
- name: git checkout
uses: actions/checkout@v3
with:
submodules: 'recursive'
- name: Create MSSQL container
uses: ./.github/actions/setup-mssql
- name: apt
Expand Down Expand Up @@ -368,6 +373,7 @@ jobs:
uses: actions/checkout@v3
with:
ref: ${{ matrix.branch.ref }}
submodules: 'recursive'
- name: apt
uses: ./.github/actions/apt-x64
- name: ./configure
Expand Down Expand Up @@ -541,6 +547,7 @@ jobs:
uses: actions/checkout@v3
with:
ref: ${{ matrix.branch.ref }}
submodules: 'recursive'
- name: Create MSSQL container
uses: ./.github/actions/setup-mssql
- name: Create Oracle container
Expand Down Expand Up @@ -617,6 +624,7 @@ jobs:
uses: actions/checkout@v3
with:
ref: ${{ matrix.branch.ref }}
submodules: 'recursive'
- name: apt
uses: ./.github/actions/apt-x64
- name: ./configure
Expand Down Expand Up @@ -717,6 +725,7 @@ jobs:
uses: actions/checkout@v3
with:
ref: ${{ matrix.branch.ref }}
submodules: 'recursive'
- name: apt
run: |
sudo apt-get update -y | true
Expand Down Expand Up @@ -772,6 +781,7 @@ jobs:
uses: actions/checkout@v3
with:
path: php
submodules: 'recursive'
- name: git checkout apcu
uses: actions/checkout@v3
with:
Expand Down Expand Up @@ -896,6 +906,7 @@ jobs:
uses: actions/checkout@v3
with:
ref: ${{ matrix.branch.ref }}
submodules: 'recursive'
- name: Setup
uses: ./.github/actions/setup-windows
- name: Build
Expand Down

0 comments on commit 901f494

Please sign in to comment.