Skip to content

Commit

Permalink
minor cleanup of integration.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kahlstrm committed Nov 11, 2023
1 parent 7ec923c commit 1b2ad0f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,8 @@ jobs:
go-version: ">=1.21.0"
cache-dependency-path: go/go.sum
- name: Run build script for compiled languages
if: ${{ hashFiles(join(matrix.lang,'build.sh')) != '' }}
run: "./build.sh"
- name: Archive code coverage results
- name: Upload built binaries
uses: actions/upload-artifact@v3
with:
name: ${{matrix.lang}}
Expand Down

0 comments on commit 1b2ad0f

Please sign in to comment.