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