Skip to content

Commit

Permalink
ci: renamed test job and workflow (#282)
Browse files Browse the repository at this point in the history
ci: Added tests
  • Loading branch information
KennethEnevoldsen authored Mar 25, 2024
1 parent acfd7d4 commit 6675bb8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
branches: [main]

jobs:
pre-commit:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml → .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
# 2) run make test


name: Tests
name: Test
on:
push:
branches: [main]
pull_request:

jobs:
pytest:
test:
runs-on: ${{ matrix.os }}
strategy:
matrix:
Expand Down

0 comments on commit 6675bb8

Please sign in to comment.