AndInTheClouds / chordreader2

Search for, display, transpose and save chords on your phone, that you get from the interwebs. :notes:
GNU General Public License v3.0
33 stars 8 forks source link

No Ticket: Add GitHub workflow for testing pull requests targeting `master` #23

Closed wtimme closed 1 year ago

wtimme commented 1 year ago

Introduction

This workflow runs for pull requests that target the master branch (our main branch). It executes the unit tests lets the run fail in case the tests fail, making sure that the pull requests do not destroy existing (tested) behaviour.

How to test

You can copy and paste the workflow file's contents into the action linter to validate that there is no parsing error.

In addition, you can execute the ./gradlew command locally yourself.