Skip to content

Bump codecov/codecov-action from 4.3.0 to 4.3.1 (#375) #937

Bump codecov/codecov-action from 4.3.0 to 4.3.1 (#375)

Bump codecov/codecov-action from 4.3.0 to 4.3.1 (#375) #937

Workflow file for this run

name: integration tests
on: [push]
jobs:
integrationtests:
name: integration-s3
runs-on: ubuntu-latest
steps:
- name: Check out code into the Go module directory
uses: actions/checkout@v4
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version: '1.21'
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: '3.9'
- name: Build go code
run: go build
- name: Setup environment
run: bash -x .github/integration/setup/setup.sh
- name: Run tests
run: bash -x .github/integration/tests/tests.sh