Skip to content

Commit

Permalink
add cli test
Browse files Browse the repository at this point in the history
  • Loading branch information
quyuan committed Apr 25, 2024
1 parent 514cfc6 commit 8f96b97
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/cli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,11 +54,12 @@ jobs:
if: ${{ always() && !cancelled() && contains(needs.*.result, 'failure') && (github.ref_name == 'master') }}
needs: [cli-test]
runs-on: pdf
env:
variables:
metion_list: "quyuan"
steps:
- name: get_actor
run: |
echo ${metion_list}
if [[ $GITHUB_ACTOR == "drunkpig" ]]; then
metion_list = "xuchao"
elif [[ $GITHUB_ACTOR == "myhloli" ]]; then
Expand Down

0 comments on commit 8f96b97

Please sign in to comment.