Skip to content

Commit

Permalink
update action naming
Browse files Browse the repository at this point in the history
  • Loading branch information
vinnyrose committed Sep 15, 2024
1 parent bcb4e78 commit 4f745f9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ on:
workflow_dispatch:

jobs:
build:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup Python
- name: Setup python
uses: actions/setup-python@v5
with:
python-version: |
Expand All @@ -21,7 +21,7 @@ jobs:
pypy-3.10
3.11
3.12
- name: Install Test Framework
- name: Install test framework
run: pip install tox
- name: Run Tests
- name: Run tests
run: tox r

0 comments on commit 4f745f9

Please sign in to comment.