Skip to content

Commit

Permalink
fix: fixed ci
Browse files Browse the repository at this point in the history
  • Loading branch information
gibahjoe committed Nov 4, 2024
1 parent f82aab2 commit fe64d7a
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/code_quality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
sudo apt-get install -y docker-compose
- name: Start Docker compose containers
# if: ${{ matrix.work_dir == 'openapi-generator' }}
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"
- name: Run tests
run: melos run test:all

Expand Down
1 change: 1 addition & 0 deletions openapi-generator/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -170,4 +170,5 @@ example/.dart_tool
# Generated test output
test/specs/test-cached.json
test/specs/localstack/**
test/specs/output-nextgen/**
**/*.mocks.dart
File renamed without changes.

0 comments on commit fe64d7a

Please sign in to comment.