diff --git a/.github/workflows/ci-master-pr.yml b/.github/workflows/ci-master-pr.yml index e9a85bf..bc96b73 100644 --- a/.github/workflows/ci-master-pr.yml +++ b/.github/workflows/ci-master-pr.yml @@ -15,6 +15,8 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v1 + with: + submodules: recursive - name: Powershell version run: | pwsh -NoLogo -NonInteractive -NoProfile -Command '$PSVersionTable' @@ -26,6 +28,8 @@ jobs: runs-on: macos-latest steps: - uses: actions/checkout@v1 + with: + submodules: recursive - name: Powershell version run: | pwsh -NoLogo -NonInteractive -NoProfile -Command '$PSVersionTable' @@ -37,6 +41,8 @@ jobs: runs-on: windows-latest steps: - uses: actions/checkout@v1 + with: + submodules: recursive - name: Powershell version run: | pwsh -NoLogo -NonInteractive -NoProfile -Command '$PSVersionTable' @@ -48,6 +54,8 @@ jobs: runs-on: windows-2022 steps: - uses: actions/checkout@v1 + with: + submodules: recursive - name: Powershell version run: | powershell -NoLogo -NonInteractive -NoProfile -Command '$PSVersionTable' @@ -59,6 +67,8 @@ jobs: runs-on: windows-2019 steps: - uses: actions/checkout@v1 + with: + submodules: recursive - name: Powershell version run: | powershell -NoLogo -NonInteractive -NoProfile -Command '$PSVersionTable' @@ -76,6 +86,8 @@ jobs: image: theohbrothers/docker-powershell:6.1.3-ubuntu-18.04-git steps: - uses: actions/checkout@v1 + with: + submodules: recursive - name: Powershell version run: | pwsh -NoLogo -NonInteractive -NoProfile -Command '$PSVersionTable' @@ -92,6 +104,8 @@ jobs: image: theohbrothers/docker-powershell:6.2.4-ubuntu-18.04-git steps: - uses: actions/checkout@v1 + with: + submodules: recursive - name: Powershell version run: | pwsh -NoLogo -NonInteractive -NoProfile -Command '$PSVersionTable' @@ -108,6 +122,8 @@ jobs: image: theohbrothers/docker-powershell:7.0.3-ubuntu-18.04-git steps: - uses: actions/checkout@v1 + with: + submodules: recursive - name: Powershell version run: | pwsh -NoLogo -NonInteractive -NoProfile -Command '$PSVersionTable' @@ -124,6 +140,8 @@ jobs: image: theohbrothers/docker-powershell:7.1.5-ubuntu-20.04-git steps: - uses: actions/checkout@v1 + with: + submodules: recursive - name: Powershell version run: | pwsh -NoLogo -NonInteractive -NoProfile -Command '$PSVersionTable' @@ -140,6 +158,8 @@ jobs: image: theohbrothers/docker-powershell:7.2-ubuntu-22.04-git steps: - uses: actions/checkout@v1 + with: + submodules: recursive - name: Powershell version run: | pwsh -NoLogo -NonInteractive -NoProfile -Command '$PSVersionTable' @@ -156,6 +176,8 @@ jobs: image: theohbrothers/docker-powershell:7.3-ubuntu-22.04-git steps: - uses: actions/checkout@v1 + with: + submodules: recursive - name: Powershell version run: | pwsh -NoLogo -NonInteractive -NoProfile -Command '$PSVersionTable' @@ -172,6 +194,8 @@ jobs: image: theohbrothers/docker-powershell:7.4-ubuntu-22.04-git steps: - uses: actions/checkout@v1 + with: + submodules: recursive - name: Powershell version run: | pwsh -NoLogo -NonInteractive -NoProfile -Command '$PSVersionTable' @@ -201,6 +225,8 @@ jobs: image: theohbrothers/docker-powershell:7.2-ubuntu-22.04-git steps: - uses: actions/checkout@v1 + with: + submodules: recursive - name: Powershell version run: | pwsh -NoLogo -NonInteractive -NoProfile -Command '$PSVersionTable'