caching improvements
This commit is contained in:
@@ -17,6 +17,8 @@ env:
|
||||
jobs:
|
||||
Export:
|
||||
runs-on: ubuntu-latest
|
||||
env:
|
||||
RUNNER_TOOL_CACHE: /toolcache # Runner Tool Cache
|
||||
steps:
|
||||
- name: Install node, xvfb and curl
|
||||
run: |
|
||||
|
||||
@@ -38,6 +38,8 @@ jobs:
|
||||
|
||||
Test:
|
||||
runs-on: ubuntu-latest
|
||||
env:
|
||||
RUNNER_TOOL_CACHE: /toolcache # Runner Tool Cache
|
||||
steps:
|
||||
- name: Install node, xvfb and curl
|
||||
run: |
|
||||
@@ -79,6 +81,8 @@ jobs:
|
||||
|
||||
Export:
|
||||
runs-on: ubuntu-latest
|
||||
env:
|
||||
RUNNER_TOOL_CACHE: /toolcache # Runner Tool Cache
|
||||
needs:
|
||||
- BumpTag
|
||||
- Test # Wait for tests to finish
|
||||
|
||||
@@ -29,6 +29,8 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
if: ${{ contains(gitea.ref_name, 'release/') }}
|
||||
needs: ReleaseName
|
||||
env:
|
||||
RUNNER_TOOL_CACHE: /toolcache # Runner Tool Cache
|
||||
container:
|
||||
image: barichello/godot-ci:mono-4.6
|
||||
|
||||
|
||||
Reference in New Issue
Block a user