From 6de4712198d8394bec7ef0af56b8519bcceb3981 Mon Sep 17 00:00:00 2001 From: Felipe Dalcin Date: Mon, 24 May 2021 15:49:14 -0300 Subject: [PATCH] Remove unnecessary steps --- .github/workflows/.pipeline.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/.pipeline.yml b/.github/workflows/.pipeline.yml index 46a5026..dc2495c 100644 --- a/.github/workflows/.pipeline.yml +++ b/.github/workflows/.pipeline.yml @@ -52,10 +52,8 @@ jobs: - name: Install dependencies run: | node -v - npm install -g lerna npm install npm run install-build-tools - lerna run install-build-tools export PATH="$HOME/.composer/vendor/bin:$PATH" composer install --no-interaction composer global require "phpunit/phpunit:7.5.20" @@ -71,7 +69,6 @@ jobs: - name: Run Frontend Tests run: | npm run test - lerna run test - name: Run PHP Tests run: vendor/bin/phpunit