Skip to content

Commit

Permalink
temp commit
Browse files Browse the repository at this point in the history
  • Loading branch information
yanghua committed Aug 14, 2024
1 parent 728c223 commit d07b702
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/unittest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,12 @@ jobs:
python -m pip install --upgrade pip
pip install --user poetry
make install
- name: Check code style
- name: Prepare Env
env:
TOS_ACCESS_KEY: ${{ secrets.TOS_ACCESS_KEY }}
TOS_SECRET_KEY: ${{ secrets.TOS_SECRET_KEY }}
TOS_REGION: ${{ vars.TOS_REGION }}
TOS_ENDPOINT: ${{ vars.TOS_ENDPOINT }}
TOSFS_LOGGING_LEVEL: ${{ vars.TOSFS_LOGGING_LEVEL }}
- name: Run tests
run: make test

0 comments on commit d07b702

Please sign in to comment.