diff --git a/.github/workflows/ci_pipeline.yml b/.github/workflows/ci_pipeline.yml index 9ea682a..f7b2ac3 100644 --- a/.github/workflows/ci_pipeline.yml +++ b/.github/workflows/ci_pipeline.yml @@ -12,7 +12,7 @@ on: [push] jobs: lint-and-test: - name: Run linter and tests + name: Run linter and tests (testing if the npm cache works as intended) runs-on: [self-hosted, Linux] steps: - name: Checkout the repository