Skip to content

feat: Quickstart apps using only a URL QueryString parameter #56

feat: Quickstart apps using only a URL QueryString parameter

feat: Quickstart apps using only a URL QueryString parameter #56

Workflow file for this run

name: Smoke Test
on:
pull_request:
branches:
- main
- develop
push:
branches:
- main
- develop
jobs:
compile:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Install dependencies
run: |
yarn install
- name: Generate OpenAPI Clients
run: |
yarn swagger
- name: Compile React app
run: |
yarn build