From a2fb06835693054ec44999d007565951e1c912b1 Mon Sep 17 00:00:00 2001 From: Tom - Henry Coursow Date: Thu, 27 Jul 2023 18:31:44 +0200 Subject: [PATCH] .gitea/workflows/deploy.yml aktualisiert --- .gitea/workflows/deploy.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index c3e7298..afe20a1 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -11,6 +11,8 @@ jobs: uses: actions/checkout@v3 - name: Run our own Custom Composite Cached Node JS Deps Action uses: https://gitea.coursow.de/Test-Playground/actions-custom-composite@v1 + with: + caching: 'false' # Override the default 'caching' input value from the action.yml file for this step - name: Lint code run: npm run lint test: