Skip to content

Commit 85c02b7

Browse files
authored
Update main.yml
1 parent 55a8102 commit 85c02b7

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ on:
1717
jobs:
1818
# This workflow contains a single job called "build"
1919
unitAndFunctionalTests:
20-
if: github.repository == 'eiffel-community/eiffel-intelligence' && false
20+
if: github.repository == 'eiffel-community/eiffel-intelligence'
2121
# The type of runner that the job will run on
2222
runs-on: ubuntu-latest
2323
env:
@@ -53,7 +53,7 @@ jobs:
5353
mvn test -DskipITs -Dsurefire.rerunFailingTestsCount=2 -Djasypt.encryptor.password=secret -Dspring.config.location=src/functionaltests/resources/application.properties -B
5454
5555
integrationTests:
56-
if: github.repository == 'eiffel-community/eiffel-intelligence' && false
56+
if: github.repository == 'eiffel-community/eiffel-intelligence'
5757
# The type of runner that the job will run on
5858
runs-on: ubuntu-latest
5959

@@ -91,8 +91,7 @@ jobs:
9191
mvn verify -DskipUTs -Djasypt.encryptor.password=integrationtest -Dspring.config.location=src/integrationtests/resources/application.properties -B
9292
9393
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'
9695
# The type of runner that the job will run on
9796
runs-on: ubuntu-latest
9897
env:

0 commit comments

Comments
 (0)