feat(course): 调课规则支持取消课程 (#57) #61
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: | |
| push: | |
| branches: | |
| - main | |
| jobs: | |
| test: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: actions/checkout@v4 | |
| - name: Set up Go | |
| uses: actions/setup-go@v4 | |
| with: | |
| go-version: '1.23' | |
| - name: Test | |
| run: go test -v ./... | |
| env: | |
| JWCH_USERNAME: ${{ secrets.USERNAME_23 }} | |
| JWCH_PASSWORD: ${{ secrets.PASSWORD_23 }} |