mirror of
https://github.com/game-ci/unity-test-runner.git
synced 2026-01-29 06:20:07 +08:00
remove caching/mentions of caching from package mode tests
This commit is contained in:
28
.github/workflows/main.yml
vendored
28
.github/workflows/main.yml
vendored
@@ -287,16 +287,6 @@ jobs:
|
||||
with:
|
||||
lfs: true
|
||||
|
||||
###########################
|
||||
# Cache #
|
||||
###########################
|
||||
- uses: actions/cache@v2
|
||||
with:
|
||||
path: ${{ matrix.projectPath }}/Library
|
||||
key: Library-${{ matrix.projectPath }}
|
||||
restore-keys: |
|
||||
Library-
|
||||
|
||||
- uses: ./
|
||||
id: tests
|
||||
with:
|
||||
@@ -331,11 +321,6 @@ jobs:
|
||||
with:
|
||||
lfs: true
|
||||
|
||||
###########################
|
||||
# Cache (not yet) #
|
||||
###########################
|
||||
|
||||
|
||||
# Configure test runner
|
||||
- name: Run tests
|
||||
id: allTests
|
||||
@@ -373,10 +358,6 @@ jobs:
|
||||
with:
|
||||
lfs: true
|
||||
|
||||
###########################
|
||||
# Cache(don't use yet) #
|
||||
###########################
|
||||
|
||||
# Configure test runner
|
||||
- name: Run tests
|
||||
id: editMode
|
||||
@@ -414,11 +395,6 @@ jobs:
|
||||
with:
|
||||
lfs: true
|
||||
|
||||
###########################
|
||||
# Cache (not yet) #
|
||||
###########################
|
||||
|
||||
|
||||
# Configure test runner
|
||||
- name: Run tests
|
||||
id: playMode
|
||||
@@ -456,10 +432,6 @@ jobs:
|
||||
with:
|
||||
lfs: true
|
||||
|
||||
###########################
|
||||
# Cache (not yet) #
|
||||
###########################
|
||||
|
||||
# Configure first test runner
|
||||
- name: Test package mode in editmode 📦📝
|
||||
uses: ./
|
||||
|
||||
Reference in New Issue
Block a user