Skip to content

TypeScript: Convert tasks #868

TypeScript: Convert tasks

TypeScript: Convert tasks #868

Workflow file for this run

name: Test
on:
push:
branches:
- main
pull_request:
types:
- opened
- synchronize
- reopened
- ready_for_review
jobs:
test:
runs-on: ubuntu-latest
if: github.event.pull_request.draft == false
timeout-minutes: 30
steps:
- uses: actions/checkout@v3
with:
ref: ${{github.event.pull_request.head.sha || github.sha}}
- name: Docker API Build
run: docker build -t test -f Dockerfile-test .
- name: Docker API Test Run
run: docker run -e CHECK_CODEGEN=true test