From 374afa0f245c7cfdfd618dd87c2ce1a97c11dc75 Mon Sep 17 00:00:00 2001 From: Damjan Smickovski Date: Fri, 22 Sep 2023 11:07:42 +0200 Subject: [PATCH] Fixed wrong dir --- .github/workflows/gauntlet.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/gauntlet.yml b/.github/workflows/gauntlet.yml index 72889c38c..2260f71ae 100644 --- a/.github/workflows/gauntlet.yml +++ b/.github/workflows/gauntlet.yml @@ -63,8 +63,8 @@ jobs: with: name: chainlink-cosmos authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}' - - run: nix develop -c yarn install --frozen-lockfile - - run: nix develop -c yarn eslint + - run: nix develop -c yarn --cwd ./gauntlet install --frozen-lockfile + - run: nix develop -c yarn --cwd ./gauntlet eslint - name: Upload eslint report if: always() uses: actions/upload-artifact@3cea5372237819ed00197afe530f5a7ea3e805c8 # v3.1.0