Skip to content

Config: regenerating based on af8ed24f611e8ac57017dd316c11a222f5fd4249 #1355

Config: regenerating based on af8ed24f611e8ac57017dd316c11a222f5fd4249

Config: regenerating based on af8ed24f611e8ac57017dd316c11a222f5fd4249 #1355

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