Skip to content

Commit

Permalink
CI: update job names
Browse files Browse the repository at this point in the history
  • Loading branch information
WarrenWeckesser committed Sep 10, 2024
1 parent fc97d46 commit 37b4ec4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: Test commands
name: test

on: [push, pull_request]

jobs:
test_vfgen:
test_commands:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -109,7 +109,7 @@ jobs:
bash run_test.sh
cd ../..
macos_latest:
build_on_macos_latest:
runs-on: macos-latest
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 37b4ec4

Please sign in to comment.