feat: added cache
All checks were successful
Build & Deploy / Build Infrastructure (pull_request) Successful in 58s
Build & Deploy / Deploy Application (pull_request) Successful in 24s

This commit is contained in:
2025-02-18 22:24:18 -05:00
parent db288c1f06
commit 69718dd467

View File

@@ -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