Bump github.com/thoas/go-funk from 0.9.2 to 0.9.3 (#535) #245
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: "Integration tests" | |
on: | |
push: | |
branches: | |
- main | |
- releases/* | |
pull_request: | |
branches: | |
- main | |
- releases/* | |
jobs: | |
integration-tests: | |
runs-on: ubuntu-20.04 | |
steps: | |
- uses: actions/[email protected] | |
with: | |
go-version: 1.21 | |
- uses: actions/[email protected] | |
- name: "Run integration tests" | |
run: make integration-test INTEGRATION_OUTPUT_JUNIT="true" |