From 03ca823cbef155128ad1056f1e5a21b25759743a Mon Sep 17 00:00:00 2001 From: Gabe <41127686+Zidious@users.noreply.github.com> Date: Tue, 13 Jun 2023 23:28:19 +0100 Subject: [PATCH] ci: move selenium, playwright and license check tests to GHA (#316) --- .github/workflows/tests.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 082ee5a1..bf4e3249 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -39,7 +39,6 @@ jobs: # https://github.com/actions/cache#skipping-steps-based-on-cache-hit if: steps.maven-cache.outputs.cache-hit != 'true' run: mvn clean install -DskipTests - - name: Install NPM dependencies # https://github.com/actions/cache#skipping-steps-based-on-cache-hit if: steps.npm-cache.outputs.cache-hit != 'true'