From 103112571ff9c662264a95c98f912eebc76da69a Mon Sep 17 00:00:00 2001 From: dmail Date: Tue, 20 Aug 2024 11:33:57 +0200 Subject: [PATCH] remove workspace command it does not exists anymore --- .github/workflows/ci_test_workspace.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/ci_test_workspace.yml b/.github/workflows/ci_test_workspace.yml index 8380ccd181..13e7aa5a77 100644 --- a/.github/workflows/ci_test_workspace.yml +++ b/.github/workflows/ci_test_workspace.yml @@ -67,7 +67,3 @@ jobs: run: npm run packages:test env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - - name: Run workspace tests - run: npm run workspace:test - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}