Skip to content

Bump next from 12.1.0 to 13.5.1 in /front #105

Bump next from 12.1.0 to 13.5.1 in /front

Bump next from 12.1.0 to 13.5.1 in /front #105

Workflow file for this run

on: [pull_request]
name: Test Go server
jobs:
test:
strategy:
matrix:
go-version: [1.17.x]
os: [ubuntu-latest]
runs-on: ${{ matrix.os }}
steps:
- name: Install Go
uses: actions/setup-go@v2
with:
go-version: ${{ matrix.go-version }}
- name: Checkout code
uses: actions/checkout@v2
- name: Test
run: |
cd server
mv config_example.yaml config.yaml
go test -v -cover -covermode=atomic ./...