Skip to content

Commit

Permalink
ci: move selenium, playwright and license check tests to GHA (#316)
Browse files Browse the repository at this point in the history
  • Loading branch information
Zidious authored and michael-siek committed Feb 7, 2024
1 parent b33369b commit 03ca823
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 03ca823

Please sign in to comment.