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

Bump actions/deploy-pages from 2 to 4 #124

Bump actions/deploy-pages from 2 to 4

Bump actions/deploy-pages from 2 to 4 #124

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