Skip to content

Commit 77daa1d

Browse files
authored
Merge pull request #632 from duncdrum/improve-ci
fix(pom): failing tests on CI for PRs
2 parents 3db5a2d + d6bb45d commit 77daa1d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -374,8 +374,8 @@
374374
<id>cypress-without-record</id>
375375
<activation>
376376
<property>
377-
<name>env.CI</name>
378-
<value>!true</value>
377+
<name>env.GITHUB_BASE_REF</name>
378+
<value>master</value>
379379
</property>
380380
</activation>
381381
<build>
@@ -407,8 +407,8 @@
407407
<id>cypress-with-record</id>
408408
<activation>
409409
<property>
410-
<name>env.CI</name>
411-
<value>true</value>
410+
<name>env.GITHUB_REF</name>
411+
<value>refs/heads/master</value>
412412
</property>
413413
</activation>
414414
<build>

0 commit comments

Comments
 (0)