Skip to content

Commit 7883c51

Browse files
committed
Git go brrrr from Rocsg at jeu. 22 déc. 2022 14:09:52 CET
1 parent d0dec7e commit 7883c51

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

TESTING_AND_RELEASING_HOW-TO.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ See examples of accessing / generate these data in io.github.rocsg.fijirelax.tes
1414

1515
### How and when to run automatic tests
1616
Tests should be run before each commit, and have to be run before any deployment operation. That way, the building system of maven prevent to deploy any unstable version of FijiRelax.
17-
To run automatic tests, you can run a maven build sequence that include testing. This action run a global lookup of classes/functions running tests and execute before deploying a local version of the jar file.
17+
To run automatic tests, you can run a maven build sequence that include testing (mvn clean test). This action run a global lookup of classes/functions running tests and execute before deploying a local version of the jar file.
1818
Examples of automatic tests can be found in io.github.rocsg.fijirelax.test.Test_FijiRelaxPackage.java.
1919

2020
### How and when to add tests

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@
160160
<dependency>
161161
<groupId>io.github.rocsg</groupId>
162162
<artifactId>fijiyama</artifactId>
163-
<version>4.0.3</version>
163+
<version>4.0.4</version>
164164
</dependency>
165165

166166

0 commit comments

Comments
 (0)