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:
|
with:
|
||||||
token: ${{ secrets.GITHUB_TOKEN }}
|
token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|
||||||
- name: Download Jecs
|
- name: Install Packages
|
||||||
run: |
|
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
|
- name: Run Unit Tests
|
||||||
run: |
|
run: |
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue