Commit 096c699 1 parent e9257ab commit 096c699 Copy full SHA for 096c699
File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -55,10 +55,10 @@ jobs:
55
55
run : echo 'ARG_LINE=-D"excludedGroups=TestcontainersTests,RequireIllegalAccess"' >> $GITHUB_ENV
56
56
- name : Set env command line option
57
57
if : ${{ matrix.os == 'ubuntu-latest' }}
58
- run : echo 'ENV_TRAVIS ="-Denv.TRAVIS "' >> $GITHUB_ENV
58
+ run : echo 'ENV_GITHUB ="-Denv.GITHUB "' >> $GITHUB_ENV
59
59
- name : Test with Maven
60
60
if : ${{ matrix.os != 'windows-latest' }}
61
- run : ./mvnw test -B -D"license.skip=true" -D"jacoco.skip=true" $ENV_TRAVIS $ARG_LINE
61
+ run : ./mvnw test -B -D"license.skip=true" -D"jacoco.skip=true" $ENV_GITHUB $ARG_LINE
62
62
- name : Test with Maven
63
63
if : ${{ matrix.os == 'windows-latest' && (matrix.java == '8')}}
64
64
run : ./mvnw test -B -D"license.skip=true" -D"jacoco.skip=true"
Original file line number Diff line number Diff line change 397
397
398
398
<profiles >
399
399
<profile >
400
- <!-- Run slow tests only on travis ci, to force run otherwise use -D"env.TRAVIS " -->
401
- <id >travis -ci</id >
400
+ <!-- Run slow tests only on github ci, to force run otherwise use -D"env.GITHUB " -->
401
+ <id >github -ci</id >
402
402
<activation >
403
403
<property >
404
- <name >env.TRAVIS </name >
404
+ <name >env.GITHUB </name >
405
405
</property >
406
406
</activation >
407
407
<properties >
You can’t perform that action at this time.
0 commit comments