Skip to content

Commit

Permalink
Merge pull request #423 from OPM/revert-276-gha_docker
Browse files Browse the repository at this point in the history
Revert "Also run github action tests for docker directory"
  • Loading branch information
lisajulia authored Nov 13, 2024
2 parents 48f0ec2 + f6d5d4e commit 76485bf
Showing 1 changed file with 2 additions and 12 deletions.
14 changes: 2 additions & 12 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,10 @@ on:
push:
paths:
- 'scripts/python/**'
- 'docker/**'
- '.github/workflows/ci.yml'
pull_request:
paths:
- 'scripts/python/**'
- 'docker/**'
- '.github/workflows/ci.yml'

permissions:
Expand All @@ -35,19 +33,11 @@ jobs:
python-version: ${{ matrix.python-version }}
- name: Install poetry
uses: abatilo/actions-poetry@v2
- name: Install dependencies for scripts/python
- name: Install dependencies
run: |
cd scripts/python
poetry install
- name: Run tests in scripts/python
- name: Run tests
run: |
cd scripts/python
poetry run pytest tests
- name: Install dependencies for docker folder
run: |
cd docker
poetry install
- name: Run tests in docker folder
run: |
cd docker
poetry run pytest tests

0 comments on commit 76485bf

Please sign in to comment.