Skip to content

Config: regenerating based on 2cda079650e44e160f090445c6b26937bc8f7f71 #2339

Config: regenerating based on 2cda079650e44e160f090445c6b26937bc8f7f71

Config: regenerating based on 2cda079650e44e160f090445c6b26937bc8f7f71 #2339

---
name: Importer from Rest API Specs (Unit Tests)
on:
pull_request:
types: ['opened', 'synchronize']
paths:
- '.github/workflows/**'
- 'config/**'
- 'submodules/rest-api-specs'
- 'tools/importer-rest-api-specs/**'
jobs:
test:
runs-on: ubuntu-latest
strategy:
fail-fast: true
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
with:
submodules: recursive
- uses: actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5.0.1
with:
go-version-file: ./.go-version
- name: run unit tests
run: |
cd ./tools/importer-rest-api-specs
make test