Skip to content

Commit

Permalink
disabled integration tests for MN 2.x due Grails 5 supports on MN 3.x
Browse files Browse the repository at this point in the history
  • Loading branch information
musketyr committed Jan 31, 2022
1 parent 8bfc99c commit 2b52c9b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
matrix:
versions:
- 'check coveralls -PmicronautVersion=1.3.7 -PspockVersion=2.0-groovy-2.5 -PgroovyVersion=2.5.15 -PgrailsVersion=4.0.4'
- 'check -PmicronautVersion=2.5.13 -PspockVersion=2.0-groovy-3.0 -PgroovyVersion=3.0.9 -PgrailsVersion=5.1.1'
- 'check -x :micronaut-grails-domain-library:check -x :micronaut-grails-example:check -PmicronautVersion=2.5.13 -PspockVersion=2.0-groovy-3.0 -PgroovyVersion=3.0.9 -PgrailsVersion=5.1.1'
- 'migrateImports check -PmicronautVersion=3.2.1 -PspockVersion=2.0-groovy-3.0 -PgroovyVersion=3.0.9 -PgrailsVersion=5.1.1'
steps:
- uses: actions/checkout@v2
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,5 @@ config {
dependencies {
api project(':micronaut-grails')
api 'org.grails:grails-testing-support:2.1.2'
implementation 'org.opentest4j:opentest4j:1.2.0'
}

0 comments on commit 2b52c9b

Please sign in to comment.