File tree 1 file changed +3
-4
lines changed 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change 17
17
jobs :
18
18
# This workflow contains a single job called "build"
19
19
unitAndFunctionalTests :
20
- if : github.repository == 'eiffel-community/eiffel-intelligence' && false
20
+ if : github.repository == 'eiffel-community/eiffel-intelligence'
21
21
# The type of runner that the job will run on
22
22
runs-on : ubuntu-latest
23
23
env :
53
53
mvn test -DskipITs -Dsurefire.rerunFailingTestsCount=2 -Djasypt.encryptor.password=secret -Dspring.config.location=src/functionaltests/resources/application.properties -B
54
54
55
55
integrationTests :
56
- if : github.repository == 'eiffel-community/eiffel-intelligence' && false
56
+ if : github.repository == 'eiffel-community/eiffel-intelligence'
57
57
# The type of runner that the job will run on
58
58
runs-on : ubuntu-latest
59
59
91
91
mvn verify -DskipUTs -Djasypt.encryptor.password=integrationtest -Dspring.config.location=src/integrationtests/resources/application.properties -B
92
92
93
93
reportCoverage :
94
- if : github.repository == 'eiffel-community/eiffel-intelligence'
95
- # && github.event_name == 'push'
94
+ if : github.repository == 'eiffel-community/eiffel-intelligence' && github.event_name == 'push'
96
95
# The type of runner that the job will run on
97
96
runs-on : ubuntu-latest
98
97
env :
You can’t perform that action at this time.
0 commit comments