From 1cac447513bdebd384b7fbc82f89adcde299630f Mon Sep 17 00:00:00 2001 From: Alexandre Coderre-Chabot Date: Mon, 13 May 2024 23:33:26 -0700 Subject: [PATCH] Update workflow (#158) --- .github/workflows/{build_and_test.yaml => tests.yaml} | 4 ++-- README.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) rename .github/workflows/{build_and_test.yaml => tests.yaml} (91%) diff --git a/.github/workflows/build_and_test.yaml b/.github/workflows/tests.yaml similarity index 91% rename from .github/workflows/build_and_test.yaml rename to .github/workflows/tests.yaml index 489b4886..b9c6510b 100644 --- a/.github/workflows/build_and_test.yaml +++ b/.github/workflows/tests.yaml @@ -1,4 +1,4 @@ -name: build and test +name: tests on: push: branches: [ main ] @@ -6,7 +6,7 @@ on: branches: [ main ] jobs: build: - name: build and run tests + name: tests runs-on: ubuntu-latest steps: - uses: actions/checkout@main diff --git a/README.md b/README.md index a4b0bb8d..3cbc08bb 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Physical Quantities -[![build and test](https://github.com/acodcha/physical-quantities/actions/workflows/build_and_test.yaml/badge.svg?branch=main)](https://github.com/acodcha/physical-quantities/actions/workflows/build_and_test.yaml) +[![tests](https://github.com/acodcha/physical-quantities/actions/workflows/tests.yaml/badge.svg?branch=main)](https://github.com/acodcha/physical-quantities/actions/workflows/tests.yaml) C++ library of physical quantities, physical models, and units of measure for scientific computation.