Skip to content

Commit 5717ad2

Browse files
committed
Fix CI workflows
1 parent f8f7816 commit 5717ad2

2 files changed

Lines changed: 3 additions & 6 deletions

File tree

.github/workflows/e2e_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727

2828
- name: Verify Flow CLI Installation
2929
run: flow version
30-
30+
3131
- name: Initialize submodules
3232
run: git submodule update --init --recursive
3333

.github/workflows/unit_tests.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- uses: actions/checkout@v4
1717
with:
1818
token: ${{ secrets.GH_PAT }}
19-
submodules: recursive
19+
submodules: true
2020

2121
- name: Install Flow CLI
2222
run: sh -ci "$(curl -fsSL https://raw.githubusercontent.com/onflow/flow-cli/master/install.sh)"
@@ -40,10 +40,7 @@ jobs:
4040
- uses: actions/checkout@v4
4141
with:
4242
token: ${{ secrets.GH_PAT }}
43-
submodules: recursive
44-
45-
- name: Initialize submodules
46-
run: git submodule update --init --recursive
43+
submodules: true
4744

4845
- name: Install Foundry
4946
uses: foundry-rs/foundry-toolchain@v1

0 commit comments

Comments
 (0)