[kafka ] CC-2015: Fix vcpkg caching issue; Update C/C++ Dockerfiles to gcc:15.2.0-trixie #327
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Test | |
| on: | |
| pull_request: | |
| push: | |
| branches: [main] | |
| concurrency: | |
| group: ${{ github.workflow }}-${{ github.ref }} | |
| cancel-in-progress: true | |
| jobs: | |
| test_course_definition: | |
| uses: codecrafters-io/course-sdk/.github/workflows/test-course-definition.yml@main | |
| with: | |
| sdkRef: main | |
| permissions: | |
| contents: read | |
| checks: write | |
| pull-requests: write | |
| secrets: inherit |