Merge pull request #199 from traP-jp/feat/#198-clang-compiler #165
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: test-backend-api | |
on: | |
push: | |
branches: [ "develop" ] | |
pull_request: | |
branches: [ "develop" ] | |
jobs: | |
test: | |
runs-on: ubuntu-latest | |
defaults: | |
run: | |
working-directory: ./api/backend | |
steps: | |
- name: Checkout | |
uses: actions/checkout@v4 | |
- name: Generate API test | |
run: docker run --rm | |
-v ${PWD}:/local | |
openapitools/openapi-generator-cli validate | |
-i /local/to_judge.yaml |