Skip to content

Commit

Permalink
Fix missing upstream shell
Browse files Browse the repository at this point in the history
  • Loading branch information
danielrbradley committed Jul 12, 2024
1 parent 31c5a76 commit bdbb340
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@ runs:
shell: bash
run: make install_${{ matrix.language}}_sdk
- name: Prepare upstream code
shell: bash
run: make upstream
- name: Install gotestfmt
uses: GoTestTools/gotestfmt-action@v2
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ runs:
shell: bash
run: make install_${{ matrix.language}}_sdk
- name: Prepare upstream code
shell: bash
run: make upstream
- name: Install gotestfmt
uses: GoTestTools/gotestfmt-action@v2
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ runs:
shell: bash
run: make install_${{ matrix.language}}_sdk
- name: Prepare upstream code
shell: bash
run: make upstream
- name: Install gotestfmt
uses: GoTestTools/gotestfmt-action@v2
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ runs:
shell: bash
run: make install_${{ matrix.language}}_sdk
- name: Prepare upstream code
shell: bash
run: make upstream
- name: Install gotestfmt
uses: GoTestTools/gotestfmt-action@v2
Expand Down

0 comments on commit bdbb340

Please sign in to comment.