From 4e445245ccac8d31d8551ea9afb41450bb591a46 Mon Sep 17 00:00:00 2001 From: Ben Siggery Date: Fri, 7 Feb 2025 12:15:36 +0000 Subject: [PATCH] ci(pie-monorepo): DSW-000 optimise unit-tests job by removing duplicate build step --- .github/workflows/ci.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 49870dd498..fd0603cfe0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -166,11 +166,6 @@ jobs: with: node-version: 20 os: ubuntu-latest - # Restore Packages from Cache - - name: Build Packages - uses: ./.github/actions/run-script - with: - script-name: "build" # Run Unit Tests - name: Unit Tests uses: ./.github/actions/run-script