From 8d90f9a115b305ce54a3bf49bc9e9cda1faf8edd Mon Sep 17 00:00:00 2001 From: duncdrum Date: Sun, 29 Dec 2024 16:57:20 +0100 Subject: [PATCH] chore(pom): run e2e tests on ci see #282 --- .github/workflows/ci.yml | 2 +- pom.xml | 9 ++++----- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e554ed4..4934aa8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -27,4 +27,4 @@ jobs: - name: Test env: CYPRESS_RECORD_KEY: ${{ secrets.CYPRESS_RECORD_KEY }} - run: mvn verify + run: mvn verify -P cypress-without-record diff --git a/pom.xml b/pom.xml index 7d14226..437d842 100644 --- a/pom.xml +++ b/pom.xml @@ -408,11 +408,10 @@ exec - npm + npx - run cypress - -- + run @@ -441,10 +440,10 @@ exec - npm + npx - run cypress + run -- --record