Skip to content

Commit

Permalink
Merge pull request #1 from juanfril:test-github-actions
Browse files Browse the repository at this point in the history
test github actions
  • Loading branch information
juanfril authored Jun 21, 2024
2 parents ddb2fad + 93ffd8b commit f6d10c4
Showing 1 changed file with 2 additions and 11 deletions.
13 changes: 2 additions & 11 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,6 @@
name: Run tests
name: Run Tests

on:
push:
branches:
- master
pull_request:
branches:
- master
on: [push, pull_request]

jobs:
test:
Expand All @@ -23,12 +17,9 @@ jobs:

- name: Install dependencies
run: |
python -m venv venv
source venv/bin/activate
python -m pip install --upgrade pip
pip install -r requirements.txt
- name: Run tests
run: |
source venv/bin/activate
pytest

0 comments on commit f6d10c4

Please sign in to comment.