You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+11-2Lines changed: 11 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -160,7 +160,6 @@ Other CDOC2 repositories:
160
160
## Preconditions for building
161
161
* Java 17
162
162
* Maven 3.8.x
163
-
* Docker available and running (required for running tests, use `-Dmaven.test.skip=true` to skip)
164
163
165
164
## Maven dependencies
166
165
@@ -202,8 +201,18 @@ CDOC2 has been tested with JDK 17 and Maven 3.8.8
202
201
mvn clean install
203
202
```
204
203
204
+
### GitHub workflow build
205
+
206
+
Maven build is executed for GH event `pull_request` an and `push` to 'master'.
207
+
208
+
GH build workflow configures Maven repository automatically. For fork based pull_requests
209
+
Maven repo value will be set to `github.event.pull_request.base.repo.full_name`. It can be overwritten
210
+
by [defining repository variable](https://docs.github.com/en/actions/writing-workflows/choosing-what-your-workflow-does/variables#creating-configuration-variables-for-a-repository)
211
+
`MAVEN_REPO`
212
+
213
+
205
214
## Testing
206
-
By default tests that require smart-card are excluded from running. To execute all tests enable allTests maven profile
215
+
By default, tests that require smart-card are excluded from running. To execute all tests enable allTests maven profile
0 commit comments