Skip to content

Configure the gitignore apimatic file #18

Configure the gitignore apimatic file

Configure the gitignore apimatic file #18

Workflow file for this run

name: Build & run tests
on:
push:
branches:
- "main"
pull_request:
branches:
- "main"
env:
TEST_API_KEY: ${{secrets.TEST_API_KEY}}
TEST_API_PASSWORD: ${{secrets.TEST_API_PASSWORD}}
TEST_DOMAIN: ${{vars.TEST_DOMAIN}}
TEST_SUBDOMAIN: ${{vars.TEST_SUBDOMAIN}}
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup Go
uses: actions/setup-go@v4
- name: Test with the Go CLI
run: cd test && go test -v