remove caching/mentions of caching from package mode tests
parent
0dfba9dfb5
commit
510d7f0818
|
@ -287,16 +287,6 @@ jobs:
|
||||||
with:
|
with:
|
||||||
lfs: true
|
lfs: true
|
||||||
|
|
||||||
###########################
|
|
||||||
# Cache #
|
|
||||||
###########################
|
|
||||||
- uses: actions/cache@v2
|
|
||||||
with:
|
|
||||||
path: ${{ matrix.projectPath }}/Library
|
|
||||||
key: Library-${{ matrix.projectPath }}
|
|
||||||
restore-keys: |
|
|
||||||
Library-
|
|
||||||
|
|
||||||
- uses: ./
|
- uses: ./
|
||||||
id: tests
|
id: tests
|
||||||
with:
|
with:
|
||||||
|
@ -331,11 +321,6 @@ jobs:
|
||||||
with:
|
with:
|
||||||
lfs: true
|
lfs: true
|
||||||
|
|
||||||
###########################
|
|
||||||
# Cache (not yet) #
|
|
||||||
###########################
|
|
||||||
|
|
||||||
|
|
||||||
# Configure test runner
|
# Configure test runner
|
||||||
- name: Run tests
|
- name: Run tests
|
||||||
id: allTests
|
id: allTests
|
||||||
|
@ -373,10 +358,6 @@ jobs:
|
||||||
with:
|
with:
|
||||||
lfs: true
|
lfs: true
|
||||||
|
|
||||||
###########################
|
|
||||||
# Cache(don't use yet) #
|
|
||||||
###########################
|
|
||||||
|
|
||||||
# Configure test runner
|
# Configure test runner
|
||||||
- name: Run tests
|
- name: Run tests
|
||||||
id: editMode
|
id: editMode
|
||||||
|
@ -414,11 +395,6 @@ jobs:
|
||||||
with:
|
with:
|
||||||
lfs: true
|
lfs: true
|
||||||
|
|
||||||
###########################
|
|
||||||
# Cache (not yet) #
|
|
||||||
###########################
|
|
||||||
|
|
||||||
|
|
||||||
# Configure test runner
|
# Configure test runner
|
||||||
- name: Run tests
|
- name: Run tests
|
||||||
id: playMode
|
id: playMode
|
||||||
|
@ -456,10 +432,6 @@ jobs:
|
||||||
with:
|
with:
|
||||||
lfs: true
|
lfs: true
|
||||||
|
|
||||||
###########################
|
|
||||||
# Cache (not yet) #
|
|
||||||
###########################
|
|
||||||
|
|
||||||
# Configure first test runner
|
# Configure first test runner
|
||||||
- name: Test package mode in editmode 📦📝
|
- name: Test package mode in editmode 📦📝
|
||||||
uses: ./
|
uses: ./
|
||||||
|
|
Loading…
Reference in New Issue