Make it even clearer that the empty RDB file needs to be in binary #958
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 |