github action changes.
This commit is contained in:
parent
c00574aa15
commit
932baa8c99
|
@ -33,24 +33,6 @@ jobs:
|
||||||
session: "tests",
|
session: "tests",
|
||||||
database: "sqlite",
|
database: "sqlite",
|
||||||
}
|
}
|
||||||
- {
|
|
||||||
python: "3.10",
|
|
||||||
os: "ubuntu-latest",
|
|
||||||
session: "tests",
|
|
||||||
database: "sqlite",
|
|
||||||
}
|
|
||||||
- {
|
|
||||||
python: "3.9",
|
|
||||||
os: "ubuntu-latest",
|
|
||||||
session: "tests",
|
|
||||||
database: "sqlite",
|
|
||||||
}
|
|
||||||
- {
|
|
||||||
python: "3.10",
|
|
||||||
os: "windows-latest",
|
|
||||||
session: "tests",
|
|
||||||
database: "sqlite",
|
|
||||||
}
|
|
||||||
- {
|
- {
|
||||||
python: "3.11",
|
python: "3.11",
|
||||||
os: "macos-latest",
|
os: "macos-latest",
|
||||||
|
@ -79,7 +61,7 @@ jobs:
|
||||||
|
|
||||||
defaults:
|
defaults:
|
||||||
run:
|
run:
|
||||||
working-directory: subworkflow-backend
|
working-directory: spiffworkflow-backend
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Check out the repository
|
- name: Check out the repository
|
||||||
|
|
Loading…
Reference in New Issue