Skip to content

Deploying from phrase/openapi@02f0b8b0 #300

Deploying from phrase/openapi@02f0b8b0

Deploying from phrase/openapi@02f0b8b0 #300

Workflow file for this run

name: Test
on: [push, pull_request]
jobs:
test:
name: Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-go@v2
with:
go-version: '^1.14.2'
- run: make test