Skip to content

Commit

Permalink
Fix test execute error
Browse files Browse the repository at this point in the history
  • Loading branch information
zhongjiajie committed Jun 14, 2024
1 parent 4b3f771 commit 2356b77
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ jobs:
- name: Install Hatch
uses: pypa/hatch@install
- name: Run Test
env:
FYMAIL_GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
hatch env create test
hatch test

0 comments on commit 2356b77

Please sign in to comment.