Skip to content

Merge branch 'abap-openapi:main' into main #14

Merge branch 'abap-openapi:main' into main

Merge branch 'abap-openapi:main' into main #14

Workflow file for this run

name: test
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
- run: npm install
- run: npm test
- run: npm run petstore
- run: git diff --exit-code