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: