Skip to content

Commit

Permalink
add name for checkout stage in test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
brainelectronics committed Jul 31, 2022
1 parent 0c2fff7 commit 5432c76
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ jobs:
# os: [ubuntu-latest, macos-latest, windows-latest]

steps:
- uses: actions/checkout@v3
- name: Checkout
uses: actions/checkout@v3
- name: Set up Python
uses: actions/setup-python@v3
with:
Expand Down

0 comments on commit 5432c76

Please sign in to comment.