Update .gitea/workflows/qualitytest.yml
This commit is contained in:
@@ -43,7 +43,7 @@ jobs:
|
||||
- name: Install jq
|
||||
if: gitea.event.pull_request != null
|
||||
run: |
|
||||
apt-get update && apt-get install -y jq
|
||||
apt update && apt install jq -y
|
||||
|
||||
- name: Get Quality Gate Result
|
||||
if: gitea.event.pull_request != null
|
||||
|
||||
Reference in New Issue
Block a user