Skip to content

Commit

Permalink
Rename tests workflow and fix badge
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabriel-Darbord authored Oct 24, 2024
1 parent 725579d commit cca6b19
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# This workflows runs your tests as specified in your .smalltalk.ston configuration file.

name: Run tests
name: Tests

on:
# Only one trigger is necessary, keep only the ones you need. Default branch is set by default, change it according to your needs.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[![Moose version](https://img.shields.io/badge/Moose-11-%23aac9ff.svg)](https://github.com/moosetechnology/Moose)
[![Moose version](https://img.shields.io/badge/Moose-12-%23aac9ff.svg)](https://github.com/moosetechnology/Moose)
![Build Info](https://github.com/moosetechnology/MooseNexus/workflows/CI/badge.svg)
![Build Info](https://github.com/moosetechnology/MooseNexus/workflows/Tests/badge.svg)
[![Coverage Status](https://coveralls.io/repos/github/moosetechnology/MooseNexus/badge.svg?branch=main)](https://coveralls.io/github/moosetechnology/MooseNexus?branch=main)

# MooseNexus
Expand Down

0 comments on commit cca6b19

Please sign in to comment.