Skip to content

Commit

Permalink
feat: rename job from 'run' to 'run-test' in unit test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
adaex committed Nov 25, 2024
1 parent 7fdf5a7 commit 4354eb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/unit-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
pull_request:

jobs:
run:
run-test:
runs-on: ubuntu-latest
steps:
- name: checkout
Expand Down

0 comments on commit 4354eb8

Please sign in to comment.