Skip to content

Commit fe64d7a

Browse files
committed
fix: fixed ci
1 parent f82aab2 commit fe64d7a

File tree

3 files changed

+2
-1
lines changed

3 files changed

+2
-1
lines changed

.github/workflows/code_quality.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
sudo apt-get install -y docker-compose
5858
- name: Start Docker compose containers
5959
# if: ${{ matrix.work_dir == 'openapi-generator' }}
60-
run: docker-compose -f "docker-compose.yaml" up -d --build
60+
run: melos exec --scope="openapi_generator" -- bash -c "cd \$MELOS_PACKAGE_PATH && docker-compose -f docker-compose.yaml up -d --build"
6161
- name: Run tests
6262
run: melos run test:all
6363

openapi-generator/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -170,4 +170,5 @@ example/.dart_tool
170170
# Generated test output
171171
test/specs/test-cached.json
172172
test/specs/localstack/**
173+
test/specs/output-nextgen/**
173174
**/*.mocks.dart
File renamed without changes.

0 commit comments

Comments
 (0)