Skip to content

Bump github.com/testcontainers/testcontainers-go from 0.21.0 to 0.22.0 #296

Bump github.com/testcontainers/testcontainers-go from 0.21.0 to 0.22.0

Bump github.com/testcontainers/testcontainers-go from 0.21.0 to 0.22.0 #296

name: Test Pull Request
on:
pull_request:
branches:
- main
- v*
jobs:
unit:
name: Unit Tests
runs-on: ubuntu-latest
steps:
- name: Setup Go
uses: actions/setup-go@v3
with:
go-version: 1.18.x
- name: Checkout
uses: actions/checkout@v3
- name: Run Unit Tests
run: go test -v -count=1 ./...
upload:
name: Upload Workflow Event Payload
runs-on: ubuntu-latest
steps:
- name: Upload Artifact
uses: actions/upload-artifact@v3
with:
name: event-payload
path: ${{ github.event_path }}