From cdd01df36e84e9f101692b38d12b80045332d9ba Mon Sep 17 00:00:00 2001 From: turnoffthiscomputer Date: Wed, 7 Aug 2024 11:03:06 +0200 Subject: [PATCH] run test in circuit repo only once --- .github/workflows/action.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/action.yml b/.github/workflows/action.yml index 12497f9c..b4aaad1e 100644 --- a/.github/workflows/action.yml +++ b/.github/workflows/action.yml @@ -53,8 +53,4 @@ jobs: - name: Run Tests working-directory: ./circuits - run: yarn test - - - name: Run Tests - working-directory: ./circuits - run: yarn test + run: yarn test \ No newline at end of file