Skip to content

도커파일 버전 최신으로 수정 #25

도커파일 버전 최신으로 수정

도커파일 버전 최신으로 수정 #25

Workflow file for this run

on:
push:
branches:
- "main"
pull_request:
name: test
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/setup-go@v3
with:
go-version: '>=1.18'
- uses: actions/checkout@v3
- run: cd ${{ github.workspace }}/chapter15/section57 && go test ./... -coverprofile=coverage.out # section57로 이동하여 테스트 실행
- name: report coverage
uses: k1LoW/octocov-action@v0