We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f82aab2 commit fe64d7aCopy full SHA for fe64d7a
.github/workflows/code_quality.yml
@@ -57,7 +57,7 @@ jobs:
57
sudo apt-get install -y docker-compose
58
- name: Start Docker compose containers
59
# if: ${{ matrix.work_dir == 'openapi-generator' }}
60
- run: docker-compose -f "docker-compose.yaml" up -d --build
+ run: melos exec --scope="openapi_generator" -- bash -c "cd \$MELOS_PACKAGE_PATH && docker-compose -f docker-compose.yaml up -d --build"
61
- name: Run tests
62
run: melos run test:all
63
openapi-generator/.gitignore
@@ -170,4 +170,5 @@ example/.dart_tool
170
# Generated test output
171
test/specs/test-cached.json
172
test/specs/localstack/**
173
+test/specs/output-nextgen/**
174
**/*.mocks.dart
docker-compose.yaml renamed to openapi-generator/docker-compose.yaml
0 commit comments