Skip to content

Merge pull request #1 from OberstVonGatow/Bugfix-Returning-Typenames #13

Merge pull request #1 from OberstVonGatow/Bugfix-Returning-Typenames

Merge pull request #1 from OberstVonGatow/Bugfix-Returning-Typenames #13

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