actions(ci): Install jecs with pesde
This commit is contained in:
parent
1563ef800e
commit
a31df380db
1 changed files with 7 additions and 2 deletions
9
.github/workflows/ci.yml
vendored
9
.github/workflows/ci.yml
vendored
|
@ -69,9 +69,14 @@ jobs:
|
|||
with:
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
- name: Download Jecs
|
||||
- name: Install Packages
|
||||
run: |
|
||||
lune run download-jecs ${{ secrets.GITHUB_TOKEN }}
|
||||
pesde install
|
||||
|
||||
# Not needed anymore thanks to pesde 🥳
|
||||
#- name: Download Jecs
|
||||
# run: |
|
||||
# lune run download-jecs ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
- name: Run Unit Tests
|
||||
run: |
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue