Skip to content
This repository has been archived by the owner on Feb 11, 2024. It is now read-only.

Bump github.com/aws/aws-sdk-go from 1.45.24 to 1.49.11 in /server #131

Bump github.com/aws/aws-sdk-go from 1.45.24 to 1.49.11 in /server

Bump github.com/aws/aws-sdk-go from 1.45.24 to 1.49.11 in /server #131

name: LinuxUnitTest-Server
on:
workflow_dispatch:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
unit_test:
name: Unit test (linux)
strategy:
matrix:
platform: [ubuntu-latest]
runs-on: ${{ matrix.platform }}
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v4
with:
go-version: "1"
check-latest: true
- name: Run tests with coverage report output
run: make test-server
- uses: k1LoW/octocov-action@v0