From 228f409c2928707626716d9efbd75281219a8f66 Mon Sep 17 00:00:00 2001 From: Kacper Kula Date: Mon, 29 Jan 2024 00:20:29 +0000 Subject: [PATCH] chore: cleaning up git actions --- .github/workflows/docs.yml | 2 -- .github/workflows/test.yml | 4 ---- 2 files changed, 6 deletions(-) diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 949b251..fa0258e 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -10,8 +10,6 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v1 - - name: Remove .npmrc - run: rm .npmrc - name: Get yarn cache id: yarn-cache run: echo "::set-output name=dir::$(yarn cache dir)" diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 4933e6f..0cd94bf 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -7,8 +7,6 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v1 - - name: Remove .npmrc - run: rm .npmrc - name: Get yarn cache id: yarn-cache run: echo "::set-output name=dir::$(yarn cache dir)" @@ -27,8 +25,6 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v1 - - name: Remove .npmrc - run: rm .npmrc - name: Get yarn cache id: yarn-cache run: echo "::set-output name=dir::$(yarn cache dir)"