From ba3620e0b7ea8d73ef21bb33e2418fccbb157217 Mon Sep 17 00:00:00 2001 From: milancurcic Date: Fri, 30 Aug 2024 13:55:16 -0400 Subject: [PATCH] Rename jobs --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0df37f11..8d35ccb7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,7 +20,7 @@ env: jobs: - build_and_test_debug_profile: + gnu-fpm-debug: name: Build and test in debug mode runs-on: ubuntu-latest @@ -42,7 +42,7 @@ jobs: - name: Test run: fpm test --profile debug - build_and_test_release_profile: + gnu-fpm-release: name: Build and test in release mode runs-on: ubuntu-latest