Skip to content

Commit

Permalink
chore(EWT-561): improved reporting for acceptance tests (#291)
Browse files Browse the repository at this point in the history
  • Loading branch information
dili91 authored May 27, 2024
1 parent 90273ca commit ba8e959
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/acceptance-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
with:
name: test-results
path: ./build/test-results
- uses: dili91/testvox@v0.1.0
- uses: dili91/testvox@v0.2.0
name: Generate Slack report from Junit results
id: generate_slack_report
with:
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ dependencies {

// Mocking libraries
testImplementation group: 'org.mockito', name: 'mockito-core', version: '5.12.0'
testImplementation group: 'org.wiremock', name: 'wiremock', version: '3.5.4'
testImplementation group: 'org.wiremock', name: 'wiremock', version: '3.6.0'

// Wait test utility
testImplementation group: 'org.awaitility', name: 'awaitility', version: '4.2.1'
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Main properties
group=com.truelayer
archivesBaseName=truelayer-java
version=13.0.2
version=13.0.3

# Artifacts properties
sonatype_repository_url=https://s01.oss.sonatype.org/service/local/
Expand Down

0 comments on commit ba8e959

Please sign in to comment.