From bedc7e08e554e0f74f7b4ea289852bf284c7f7af Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mateusz=20Burzy=C5=84ski?= Date: Wed, 11 Aug 2021 16:52:47 +0200 Subject: [PATCH 1/3] Cache installed dependencies during CI job --- .github/workflows/main.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 61c6f54b..0b5e9855 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -12,6 +12,8 @@ jobs: - name: Use Node.js uses: actions/setup-node@v2.2.0 + with: + cache: 'yarn' - name: Install run: yarn install --frozen-lockfile From c583276aa8afd19c7086d5cd43e0a58c9746a5b8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mateusz=20Burzy=C5=84ski?= Date: Wed, 11 Aug 2021 23:43:49 +0200 Subject: [PATCH 2/3] test cache From d7803afb0fbb957f69c75fc331d6f7ee31f49ac2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mateusz=20Burzy=C5=84ski?= Date: Thu, 12 Aug 2021 12:47:46 +0200 Subject: [PATCH 3/3] test again