Compare commits

...

3 commits

Author SHA1 Message Date
e6ff02b8e0 NX01: CI build removed unneeded clean cycle
All checks were successful
Run test asserts / Test-Asserts (push) Successful in 50s
2026-01-30 10:40:12 +01:00
7bd88128a0 NX01: Run maven enforcer only once at start of build 2026-01-30 10:39:11 +01:00
0a5f647450 JPP: Deleted left over service file 2026-01-30 10:38:27 +01:00
4 changed files with 9 additions and 2 deletions

View file

@ -14,4 +14,4 @@ jobs:
- name: Check out
uses: actions/checkout@v3
- name: Run asserts
run: mvn clean test
run: mvn test

View file

@ -1 +0,0 @@
ᒢᐩᐩ.ᣕᓫᐪᑋᓫᣗ.ᒄᑊᣔᒻ.ᒃᣔᔆᓫᒄ.ModelDialBased

View file

@ -13,5 +13,11 @@
<artifactId>junit-jupiter</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>love.distributedrebirth.nx01</groupId>
<artifactId>nx01-poop-scripts</artifactId>
<type>pom</type>
<scope>test</scope>
</dependency>
</dependencies>
</project>

View file

@ -369,6 +369,8 @@
<groupId>love.distributedrebirth.nx01</groupId>
<artifactId>nx01-poop-scripts</artifactId>
<version>${project.version}</version>
<type>pom</type>
<scope>test</scope>
</dependency>
<dependency>
<groupId>love.distributedrebirth.nx01</groupId>