From 1e6b0b6473dffc341d6aaa3860a6c31e6daa9e74 Mon Sep 17 00:00:00 2001 From: Ahmed Saber Date: Wed, 10 Apr 2024 21:56:03 +0200 Subject: [PATCH] Remove build from test workflow --- .github/workflows/test-automation.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/test-automation.yml b/.github/workflows/test-automation.yml index 9781f6a..08c3aea 100644 --- a/.github/workflows/test-automation.yml +++ b/.github/workflows/test-automation.yml @@ -23,5 +23,4 @@ jobs: node-version: ${{ matrix.node-version }} cache: 'npm' - run: npm ci - - run: npm run build - run: npm run test