johns-branch #9

Merged
i22005 merged 13 commits from johns-branch into main 2024-05-30 17:11:51 +00:00
2 changed files with 16 additions and 1 deletions
Showing only changes of commit d91e3ad819 - Show all commits

15
.gitea/workflows/test.yml Normal file
View File

@ -0,0 +1,15 @@
name: Gitea Actions Demo
run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀
on: [push]
jobs:
Explore-Gitea-Actions:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-java@v4
with:
java-version: '17'
distribution: 'temurin'
- name: Run the Maven verify phase
run: mvn --batch-mode --update-snapshots verify

View File

@ -23,7 +23,7 @@ import java.util.List;
import static org.junit.jupiter.api.Assertions.assertEquals;
public class SemanticTester {
public class SemanticTest {
@BeforeEach
public void init() {