We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8f7816 commit 5717ad2Copy full SHA for 5717ad2
2 files changed
.github/workflows/e2e_test.yml
@@ -27,7 +27,7 @@ jobs:
27
28
- name: Verify Flow CLI Installation
29
run: flow version
30
-
+
31
- name: Initialize submodules
32
run: git submodule update --init --recursive
33
.github/workflows/unit_tests.yml
@@ -16,7 +16,7 @@ jobs:
16
- uses: actions/checkout@v4
17
with:
18
token: ${{ secrets.GH_PAT }}
19
- submodules: recursive
+ submodules: true
20
21
- name: Install Flow CLI
22
run: sh -ci "$(curl -fsSL https://raw.githubusercontent.com/onflow/flow-cli/master/install.sh)"
@@ -40,10 +40,7 @@ jobs:
40
41
42
43
44
45
- - name: Initialize submodules
46
- run: git submodule update --init --recursive
47
48
- name: Install Foundry
49
uses: foundry-rs/foundry-toolchain@v1
0 commit comments