From bcbc20a8fe166718918d00b02d20b053a01164a5 Mon Sep 17 00:00:00 2001 From: Isla Koenigsknecht Date: Thu, 9 May 2024 09:05:37 -0400 Subject: [PATCH] Revert "Create utils-tests.yml" This reverts commit 6225d9795dcd9b9365fe42d105430c537b6fa32e. --- .github/workflows/utils-tests.yml | 29 ----------------------------- 1 file changed, 29 deletions(-) delete mode 100644 .github/workflows/utils-tests.yml diff --git a/.github/workflows/utils-tests.yml b/.github/workflows/utils-tests.yml deleted file mode 100644 index b002c21ee3..0000000000 --- a/.github/workflows/utils-tests.yml +++ /dev/null @@ -1,29 +0,0 @@ -name: Common package tests - -on: - pull_request: - paths: - - packages/common/** - -jobs: - utils-tests: - timeout-minutes: 25 - runs-on: ${{ matrix.os }} - - strategy: - matrix: - os: [ubuntu-20.04, macos-12, windows-2019] - - steps: - - name: "Print OS" - run: echo ${{ matrix.os }} - - - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 - - - name: "Setup environment" - uses: ./.github/actions/setup-env - with: - bootstrap-packages: "@quiet/eslint-config,@quiet/logger,@quiet/types,@quiet/common" - - - name: "Unit tests" - run: lerna run test --scope @quiet/common --stream