|
@@ -21,7 +21,7 @@ jobs:
|
|
|
with:
|
|
with:
|
|
|
go-version: ${{ matrix.go-version }}
|
|
go-version: ${{ matrix.go-version }}
|
|
|
- name: Checkout
|
|
- name: Checkout
|
|
|
- uses: actions/checkout@v2
|
|
|
|
|
|
|
+ uses: actions/checkout@v3
|
|
|
- name: Run unit tests
|
|
- name: Run unit tests
|
|
|
run: make test
|
|
run: make test
|
|
|
|
|
|
|
@@ -44,7 +44,7 @@ jobs:
|
|
|
with:
|
|
with:
|
|
|
go-version: 1.19
|
|
go-version: 1.19
|
|
|
- name: Checkout
|
|
- name: Checkout
|
|
|
- uses: actions/checkout@v2
|
|
|
|
|
|
|
+ uses: actions/checkout@v3
|
|
|
- name: Install Postgres client
|
|
- name: Install Postgres client
|
|
|
run: sudo apt-get install -y postgresql-client
|
|
run: sudo apt-get install -y postgresql-client
|
|
|
- name: Run integration tests
|
|
- name: Run integration tests
|