Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
adam-pawelek authored Feb 24, 2024
1 parent 5c2b271 commit af4cccd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Tests
name: Test

on:
pull_request:
Expand All @@ -24,6 +24,6 @@ jobs:
pip install pytest
pip install -r requirements.txt
- name: Tests
- name: Test
run: |
pytest

0 comments on commit af4cccd

Please sign in to comment.