Skip to content

Commit

Permalink
fix: ci
Browse files Browse the repository at this point in the history
  • Loading branch information
renbaoshuo committed Oct 7, 2024
1 parent fca2098 commit b5370a5
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ jobs:
with:
go-version: '1.22'

- name: Test
run: go test
env:
JWCH_USERNAME: ${{ secrets.SCHOOL_ID }}
JWCH_PASSWORD: ${{ secrets.PASSWORD }}
- name: Test
run: go test
env:
JWCH_USERNAME: ${{ secrets.SCHOOL_ID }}
JWCH_PASSWORD: ${{ secrets.PASSWORD }}

0 comments on commit b5370a5

Please sign in to comment.