Skip to content

Commit

Permalink
build: ajustes
Browse files Browse the repository at this point in the history
  • Loading branch information
Felipe Silva committed Mar 23, 2024
1 parent e824750 commit bd280c8
Showing 1 changed file with 5 additions and 12 deletions.
17 changes: 5 additions & 12 deletions .github/workflows/app.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,10 @@
name: Automate Python Tests

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

jobs:
build:
runs-on: ubuntu-latest

steps:
- name: Checkout Repository
uses: actions/checkout@v4
Expand All @@ -24,9 +17,9 @@ jobs:
- name: Install Dependencies
run: |
python -m pip install --upgrade pip
python -m pip install poetry
pip install poetry
poetry install
python -m pytest -vv
# - name: Execute Tests
# run: python -m pytest -vv
- name: Execute Tests
uses: pavelzw/pytest-action@v2
run: pytest -vv

0 comments on commit bd280c8

Please sign in to comment.