From 63641c26ae7ea324055a653a4255c2f05502f3e6 Mon Sep 17 00:00:00 2001 From: Mo Date: Sun, 12 Jun 2022 08:56:32 -0500 Subject: [PATCH] chore: desktop workflow --- .github/workflows/desktop.release.test.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/desktop.release.test.yml b/.github/workflows/desktop.release.test.yml index 2ca222fbd..cd301c5fd 100644 --- a/.github/workflows/desktop.release.test.yml +++ b/.github/workflows/desktop.release.test.yml @@ -36,6 +36,7 @@ jobs: run: working-directory: packages/desktop steps: + - uses: actions/checkout@v2 - uses: actions/setup-node@v2 with: registry-url: 'https://registry.npmjs.org'