Skip to content

Commit

Permalink
CI Testing multiple projects (not clean) (#130)
Browse files Browse the repository at this point in the history
* updated shared model tests

* [feat] testing multiple projects (not clean)

* [bug] python 3.11 minimum?

* [bug] ./ might be an issue?

* [bug] two extra "

---------

Co-authored-by: Francois <[email protected]>
  • Loading branch information
ctr26 and sherwoodf authored Jul 30, 2024
1 parent 76997b8 commit 5f88274
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions .github/workflows/core.yaml
Original file line number Diff line number Diff line change
@@ -1,18 +1,26 @@
name: CI
on: [pull_request,push]
on: [pull_request, push]

jobs:
ci:
strategy:
fail-fast: false
matrix:
python-version: ["3.10"]
python-version: ["3.11"]
poetry-version: ["1.4.2"]
os: [ubuntu-20.04, macos-latest, windows-latest]
project:
[
bia-export,
bia-ingest,
bia-ingest-shared-models,
bia-shared-datamodels,
core,
]
runs-on: ${{ matrix.os }}
defaults:
run:
working-directory: ./core
working-directory: ${{ matrix.project }}
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
Expand Down

0 comments on commit 5f88274

Please sign in to comment.