Skip to content

pkg/commands: fix dropped errors #1367

pkg/commands: fix dropped errors

pkg/commands: fix dropped errors #1367

name: Integration Test
on:
pull_request:
branches: ['main']
jobs:
test:
name: Module Tests
strategy:
matrix:
go-version: ['1.19', '1.20']
runs-on: 'ubuntu-latest'
steps:
- uses: actions/setup-go@fac708d6674e30b6ba41289acaab6d4b75aa0753 # v4.0.1
with:
go-version: ${{ matrix.go-version }}
check-latest: true
- uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
- env:
GOPATH: does not matter
run: ./integration_test.sh