Skip to content

Commit

Permalink
Fixed failing Github Actions.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ruhanga committed Dec 12, 2023
1 parent 5892fe9 commit 4fd8ca9
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-test-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
uses: actions/setup-java@v2
with:
distribution: 'adopt'
java-version: '8'
java-version: '1.8.0_265'

- name: Build and Test
run: mvn --batch-mode --update-snapshots clean package -P validator
Expand Down
8 changes: 7 additions & 1 deletion api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,11 @@
<artifactId>openconceptlab-api</artifactId>
</dependency>
</dependencies>

<build>
<testResources>
<testResource>
<directory>./src/test/resources</directory>
</testResource>
</testResources>
</build>
</project>

0 comments on commit 4fd8ca9

Please sign in to comment.