-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fixed issue with button selector
- Loading branch information
Showing
3 changed files
with
6 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -87,24 +87,27 @@ jobs: | |
run: node_modules/karma/bin/karma start karma.conf.js --single-run --browsers ChromeHeadless | ||
|
||
- name: Run BioCollect functional tests | ||
run: ./src/main/scripts/runFunctionalTests.sh chromeHeadless /tmp/ecodata feature/cognito | ||
run: ./src/main/scripts/runFunctionalTests.sh chromeHeadless /tmp/ecodata feature/pwa2 | ||
continue-on-error: true | ||
env: | ||
GITHUB_ACTOR: ${{env.GITHUB_ACTOR}} | ||
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}} | ||
|
||
- name: Archive log directory | ||
uses: actions/upload-artifact@v4 | ||
if: ${{ failure() }} | ||
with: | ||
path: ./logs | ||
|
||
- name: Clean to remove clover instrumentation | ||
uses: gradle/[email protected] | ||
if: ${{ success() }} | ||
with: | ||
arguments: clean | ||
|
||
- name: Publish the JAR to the repository | ||
uses: gradle/[email protected] | ||
if: ${{ success() }} | ||
with: | ||
arguments: publish | ||
env: | ||
|
23 changes: 0 additions & 23 deletions
23
src/integration-test/resources/wiremock/mappings/jwks.json
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters