Skip to content

Commit

Permalink
Update workflows to pull submodules
Browse files Browse the repository at this point in the history
Signed-off-by: Martin Pekurny <mpekurny@paychex.com>
  • Loading branch information
mpekurny committed Sep 17, 2024
1 parent 5cca638 commit 0f16716
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ jobs:

steps:
- uses: actions/checkout@v4
with:
submodules: recursive

- name: Setup .NET Core
uses: actions/setup-dotnet@v4
with:
Expand Down Expand Up @@ -48,6 +51,8 @@ jobs:

steps:
- uses: actions/checkout@v4
with:
submodules: recursive

- name: Setup go
uses: actions/setup-go@v5
Expand Down Expand Up @@ -113,6 +118,8 @@ jobs:

steps:
- uses: actions/checkout@v4
with:
submodules: recursive

- name: Setup go
uses: actions/setup-go@v5
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/release-on-pr-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ jobs:
DOTNET_CLI_TELEMETRY_OPTOUT: 1
steps:
- uses: actions/checkout@v4
with:
submodules: recursive

- name: Setup .NET Core
uses: actions/setup-dotnet@v4
Expand Down

0 comments on commit 0f16716

Please sign in to comment.