Skip to content

Commit

Permalink
chore(pom): run e2e tests on ci
Browse files Browse the repository at this point in the history
see #282
  • Loading branch information
duncdrum committed Dec 29, 2024
1 parent bc4f201 commit b6396e1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
9 changes: 4 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -408,11 +408,10 @@
<goal>exec</goal>
</goals>
<configuration>
<executable>npm</executable>
<executable>npx</executable>
<arguments>
<argument>run</argument>
<argument>cypress</argument>
<argument>--</argument>
<argument>run</argument>
</arguments>
</configuration>
</execution>
Expand Down Expand Up @@ -441,10 +440,10 @@
<goal>exec</goal>
</goals>
<configuration>
<executable>npm</executable>
<executable>npx</executable>
<arguments>
<argument>run</argument>
<argument>cypress</argument>
<argument>run</argument>
<argument>--</argument>
<argument>--record</argument>
</arguments>
Expand Down

0 comments on commit b6396e1

Please sign in to comment.