Skip to content

Support updating service location in appointments #89

Support updating service location in appointments

Support updating service location in appointments #89

Workflow file for this run

name: Test
on:
pull_request:
push:
branches:
- main
jobs:
build:
permissions:
contents: "read"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v4
with:
go-version: "1.21"
cache: false
- name: Test
run: |-
go test -v -race ./...