Skip to content

Commit

Permalink
chore(actions): update actions to checkout with submodule
Browse files Browse the repository at this point in the history
  • Loading branch information
RyuNen344 committed May 31, 2024
1 parent ff4860a commit 55b9014
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
submodules: true
- uses: ./.github/actions/gradle
- name: check publish task
shell: bash
Expand All @@ -37,6 +39,8 @@ jobs:
module: [ "glyph-ktx", "glyph-compose" ]
steps:
- uses: actions/checkout@v4
with:
submodules: true
- uses: ./.github/actions/gradle
- name: unit test
shell: bash
Expand Down Expand Up @@ -68,6 +72,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
submodules: true
- uses: ./.github/actions/gradle
- name: check api file
shell: bash
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ jobs:
id: release
- uses: actions/checkout@v4
if: ${{ steps.release.outputs.release_created }}
with:
submodules: true
- uses: ./.github/actions/gradle
if: ${{ steps.release.outputs.release_created }}
- name: generate artifacts
Expand Down
6 changes: 6 additions & 0 deletions .github/workflows/stability.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
submodules: true
- uses: ./.github/actions/gradle
- name: check publish task
shell: bash
Expand All @@ -33,6 +35,8 @@ jobs:
module: [ "glyph-ktx", "glyph-compose" ]
steps:
- uses: actions/checkout@v4
with:
submodules: true
- uses: ./.github/actions/gradle
- name: unit test
shell: bash
Expand Down Expand Up @@ -64,6 +68,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
submodules: true
- uses: ./.github/actions/gradle
- name: check api file
shell: bash
Expand Down

0 comments on commit 55b9014

Please sign in to comment.