Skip to content

Commit

Permalink
Make TOS_SDK_LOGGING_LEVEL work for github action
Browse files Browse the repository at this point in the history
  • Loading branch information
yanghua committed Oct 25, 2024
1 parent 8105133 commit 6a63e4d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,5 +59,6 @@ jobs:
echo "TOS_REGION=${{ vars.TOS_REGION }}" >> $GITHUB_ENV
echo "TOS_ENDPOINT=${{ vars.TOS_ENDPOINT }}" >> $GITHUB_ENV
echo "TOSFS_LOGGING_LEVEL=${{ vars.TOSFS_LOGGING_LEVEL }}" >> $GITHUB_ENV
echo "TOS_SDK_LOGGING_LEVEL=${{ vars.TOS_SDK_LOGGING_LEVEL }}" >> $GITHUB_ENV
- name: Run tests
run: make test

0 comments on commit 6a63e4d

Please sign in to comment.