Skip to content

Update test.yml

Update test.yml #3

Workflow file for this run

name: Test
on:
- workflow_dispatch
- push
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Generating models from my AsyncAPI document
uses: asyncapi/[email protected] # You can use any version you want
with:
command: generate
filepath: asyncapi.yml
language: typescript
output: generated-models