Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/dev' into feature/issue3356
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisala committed Jan 6, 2025
2 parents 52bc692 + 5f7c662 commit 7a5d653
Show file tree
Hide file tree
Showing 134 changed files with 116,685 additions and 19,164 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,11 +80,11 @@ jobs:
- name: Run javascript unit tests
run: node_modules/karma/bin/karma start karma.conf.js --single-run --browsers ChromeHeadless

- name: Run MERIT functional tests
run: ./src/main/scripts/runFunctionalTests.sh
env:
GPR_USER: ${{env.GITHUB_ACTOR}}
GPR_TOKEN: ${{secrets.GITHUB_TOKEN}}
# - name: Run MERIT functional tests
# run: ./src/main/scripts/runFunctionalTests.sh
# env:
# GPR_USER: ${{env.GITHUB_ACTOR}}
# GPR_TOKEN: ${{secrets.GITHUB_TOKEN}}

- name: Clean to remove clover instrumentation
uses: gradle/gradle-build-action@v2.4.2
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ dependencies {
providedCompile "io.methvin:directory-watcher:0.4.0"

if (!Boolean.valueOf(inplace)) {
implementation "org.grails.plugins:ecodata-client-plugin:7.0"
implementation "org.grails.plugins:ecodata-client-plugin:7.2-SNAPSHOT"
}
}

Expand Down
Loading

0 comments on commit 7a5d653

Please sign in to comment.