-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore(EWT-560): Dependency updates and improved reporting for failed acceptance tests #288
Conversation
6584cbf
to
1cf0d98
Compare
- uses: dili91/testvox@v0.1.0 | ||
name: Generate Slack report from Junit results |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is public library/action I've worked on recently. Link
- name: Acceptance tests in sandbox | ||
env: | ||
TL_CLIENT_ID: ${{ secrets.tl_client_id }} | ||
TL_CLIENT_SECRET: ${{ secrets.tl_client_secret }} | ||
TL_SIGNING_KEY_ID: ${{ secrets.tl_signing_key_id }} | ||
TL_SIGNING_PRIVATE_KEY: ${{ secrets.tl_signing_private_key }} | ||
run: ./gradlew acceptance-tests | ||
- uses: actions/upload-artifact@v4 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Needed to share artifacts with the reporting job
@@ -39,7 +39,7 @@ jobs: | |||
distribution: ${{ matrix.java-distribution }} | |||
cache: 'gradle' | |||
- name: Validate Gradle wrapper | |||
uses: gradle/wrapper-validation-action@v1 | |||
uses: gradle/actions/wrapper-validation@v3 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not raised by Dependabot but there were a few deprecation warnings in our pipelines.
see this
Bumps a few dependencies updates, and integrate a new action to build Slack reports for scheduled acceptance tests failures