feat: added cache
This commit is contained in:
5
.github/workflows/deployment.yml
vendored
5
.github/workflows/deployment.yml
vendored
@@ -10,6 +10,8 @@ jobs:
|
||||
infrastructure:
|
||||
name: Build Infrastructure
|
||||
runs-on: ubuntu-latest
|
||||
env:
|
||||
RUNNER_TOOL_CACHE: /toolcache
|
||||
|
||||
steps:
|
||||
- name: Checkout to Repository
|
||||
@@ -56,6 +58,9 @@ jobs:
|
||||
build:
|
||||
name: Deploy Application
|
||||
runs-on: ubuntu-latest
|
||||
env:
|
||||
RUNNER_TOOL_CACHE: /toolcache
|
||||
|
||||
steps:
|
||||
- name: Checkout to Repository
|
||||
uses: actions/checkout@v4
|
||||
|
||||
Reference in New Issue
Block a user