Skip to content

[ORCA-4600] Add support for cache variables #204

[ORCA-4600] Add support for cache variables

[ORCA-4600] Add support for cache variables #204

Workflow file for this run

name: test
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
with:
path: src/github.com/heimweh/go-pagerduty/
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: 1.16
- run: |
export GOPATH=${GITHUB_WORKSPACE}
cd ${GITHUB_WORKSPACE}/src/github.com/heimweh/go-pagerduty/
go vet ./...
go test -v ./...