From e09986e5055bbad3363098d6e64585f9fa396ea5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C4=99drzej=20Stuczy=C5=84ski?= Date: Wed, 7 Feb 2024 11:52:59 +0000 Subject: [PATCH] fixed arguments for installing yarn (#4376) --- .github/workflows/ci-nym-api-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-nym-api-tests.yml b/.github/workflows/ci-nym-api-tests.yml index ac820dcd1f..8953956478 100644 --- a/.github/workflows/ci-nym-api-tests.yml +++ b/.github/workflows/ci-nym-api-tests.yml @@ -18,7 +18,7 @@ jobs: - uses: actions/checkout@v2 - name: install yarn in root - run: cd ../.. yarn install + run: cd ../.. && yarn install - name: Install npm run: npm install