Skip to content

Commit

Permalink
adding correct pipeline in develop
Browse files Browse the repository at this point in the history
  • Loading branch information
alfredorubin96 committed Sep 14, 2023
1 parent b878dcc commit d683446
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/integration_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@ name: Integration tests

on:
push:
branches: [ "master", "develop" ]
branches: ["develop"]
pull_request:
branches: [ "master","develop" ]

jobs:
build:
runs-on: ubuntu-latest
strategy:
fail-fast: false
fail-fast: true
matrix:
python-version: ["3.11"]

Expand All @@ -27,7 +27,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -e '.[dev]'
pip install -r requirements.txt
- name: Test with pytest
run: |
pytest

0 comments on commit d683446

Please sign in to comment.