Skip to content

Commit

Permalink
Fix Java CI Status link on README (#197)
Browse files Browse the repository at this point in the history
It currently links to an older archived repository.
  • Loading branch information
matrei authored Nov 15, 2023
1 parent 3b893bc commit b212f05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Functional tests for Grails Core

[![Java CI](https://github.com/grails/grails-functional-tests/actions/workflows/gradle.yml/badge.svg)](https://github.com/grails/grails3-functional-tests/actions/workflows/gradle.yml)
[![Java CI](https://github.com/grails/grails-functional-tests/actions/workflows/gradle.yml/badge.svg)](https://github.com/grails/grails-functional-tests/actions/workflows/gradle.yml)


A Suite of functional tests for Grails
Expand Down

0 comments on commit b212f05

Please sign in to comment.