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:
|
||||
version: '3.46.3'
|
||||
|
||||
- name: Setup environment
|
||||
run: task setup
|
||||
|
||||
- name: Install dependencies
|
||||
run: task install:ci
|
||||
run: task deps
|
||||
|
||||
- name: Download Trivy
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user