Skip to content

Commit

Permalink
Also run github action tests for docker directory
Browse files Browse the repository at this point in the history
Also run Python test cases in docker folder using GitHub action
workflow.
  • Loading branch information
hakonhagland committed Jun 5, 2024
1 parent 475616b commit 5eed6a9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,12 @@ on:
push:
paths:
- 'scripts/python/**'
- 'docker/**'
- '.github/workflows/ci.yml'
pull_request:
paths:
- 'scripts/python/**'
- 'docker/**'
- '.github/workflows/ci.yml'

permissions:
Expand Down

0 comments on commit 5eed6a9

Please sign in to comment.