Give CI workflows consistent names

This commit is contained in:
sfan5
2023-06-11 16:08:55 +02:00
parent 79e5e64c44
commit bf55f52197
2 changed files with 6 additions and 6 deletions

View File

@ -1,11 +1,11 @@
name: test
name: "Test"
on: [push, pull_request]
jobs:
test:
name: "Unittests"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Run tests
run: MINETEST_VER=latest ./.util/run_tests.sh