Implement TCP server for Redis on port 6379 #393
This file contains 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-v2/.github/workflows/test-course-definition.yml@main | |
with: | |
sdkRef: main |