Skip to content

fix: default wd

fix: default wd #16

Workflow file for this run

name: Go Test
on:
push:
branches:
- master
jobs:
test:
runs-on: ubuntu-latest
defaults:
run:
working-directory: ./back-end
steps:
- uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: "1.20"
- name: Test
run: go test -v ./test