Skip to content

Commit

Permalink
Rename jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
milancurcic committed Aug 30, 2024
1 parent c0871d0 commit ba3620e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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

Expand Down

0 comments on commit ba3620e

Please sign in to comment.