Compare commits
3 commits
878bf524da
...
e6ff02b8e0
| Author | SHA1 | Date | |
|---|---|---|---|
| e6ff02b8e0 | |||
| 7bd88128a0 | |||
| 0a5f647450 |
4 changed files with 9 additions and 2 deletions
|
|
@ -14,4 +14,4 @@ jobs:
|
|||
- name: Check out
|
||||
uses: actions/checkout@v3
|
||||
- name: Run asserts
|
||||
run: mvn clean test
|
||||
run: mvn test
|
||||
|
|
|
|||
|
|
@ -1 +0,0 @@
|
|||
ᒢᐩᐩ.ᣕᓫᐪᑋᓫᣗ.ᒄᑊᣔᒻ.ᒃᣔᔆᓫᒄ.ModelDialBased
|
||||
|
|
@ -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>
|
||||
2
pom.xml
2
pom.xml
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue