fix: simplify dependency installation step in CI workflow by renaming task and removing unnecessary setup step
This commit is contained in:
@@ -26,11 +26,8 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
version: '3.46.3'
|
version: '3.46.3'
|
||||||
|
|
||||||
- name: Setup environment
|
|
||||||
run: task setup
|
|
||||||
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: task install:ci
|
run: task deps
|
||||||
|
|
||||||
- name: Download Trivy
|
- name: Download Trivy
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Reference in New Issue
Block a user