Skip to content

Config: regenerating based on 459f33a2fcff1ac914ffaa1d9d8cc229344d5b7e #2723

Config: regenerating based on 459f33a2fcff1ac914ffaa1d9d8cc229344d5b7e

Config: regenerating based on 459f33a2fcff1ac914ffaa1d9d8cc229344d5b7e #2723

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