From b6396e1309ae66e461e377e74a5be63d4747fa0c 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 f9f741d..a20943f 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 02a8bca..5f98a23 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