Skip to content

chore: Generate new models #28

chore: Generate new models

chore: Generate new models #28

Workflow file for this run

on:
push:
branches:
- master
pull_request:
jobs:
go-tests:
name: "Go tests"
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Setup Go
uses: actions/[email protected]
with:
go-version-file: 'go.mod'
- name: Run tests
id: runTests
run: make test
env:
FORM3_CLIENT_ID: ${{ secrets.FORM3_CLIENT_ID }}
FORM3_CLIENT_SECRET: ${{ secrets.FORM3_CLIENT_SECRET }}
FORM3_ORGANISATION_ID: ${{ secrets.FORM3_ORGANISATION_ID }}
FORM3_HOST: https://${{ secrets.FORM3_HOST }}
FORM3_PRIVATE_KEY: ${{ secrets.FORM3_PRIVATE_KEY }}
FORM3_PUBLIC_KEY_ID: ${{ secrets.FORM3_PUBLIC_KEY_ID }}