Skip to content

Merge pull request #17 from 3scale-ops/feat/update-ghg-workflow-cache #70

Merge pull request #17 from 3scale-ops/feat/update-ghg-workflow-cache

Merge pull request #17 from 3scale-ops/feat/update-ghg-workflow-cache #70

Workflow file for this run

name: test
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version: "1.20"
- uses: actions/cache@v4
with:
path: ./bin
key: ${{ runner.os }}-bin
- name: Run tests
run: |
make test