Skip to content

Update test.yml

Update test.yml #4

Workflow file for this run

name: Test
on:
- workflow_dispatch
- push
jobs:
generate-models:
runs-on: ubuntu-latest
steps:
#"standard step" where repo needs to be checked-out first
- name: Checkout repo
uses: actions/checkout@v2
- name: Generating models from my AsyncAPI document
uses: asyncapi/[email protected] # You can use any version you want
with:
command: generate
filepath: docs/api/async-api.yml
language: golang
parameters: --packageName=models
output: docs/api/generated-models