Skip to content

Commit 16a8155

Browse files
committed
Update CI/CD pipeline
1 parent ecdb340 commit 16a8155

File tree

1 file changed

+0
-44
lines changed

1 file changed

+0
-44
lines changed

.github/workflows/cicd.yaml

Lines changed: 0 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -50,54 +50,10 @@ jobs:
5050
run: |
5151
python -m pip install --upgrade pipenv wheel
5252
53-
- name: Install types
54-
run: |
55-
pip install ./stac_fastapi/types[dev]
56-
57-
- name: Install core api
58-
run: |
59-
pip install ./stac_fastapi/api[dev]
60-
61-
- name: Install Extensions
62-
run: |
63-
pip install ./stac_fastapi/extensions[dev]
64-
65-
- name: Install sqlalchemy stac-fastapi
66-
run: |
67-
pip install ./stac_fastapi/sqlalchemy[dev,server]
68-
6953
- name: Install pgstac stac-fastapi
7054
run: |
7155
pip install ./stac_fastapi/pgstac[dev,server]
7256
73-
- name: Run migration
74-
run: |
75-
cd stac_fastapi/sqlalchemy && alembic upgrade head
76-
env:
77-
POSTGRES_USER: username
78-
POSTGRES_PASS: password
79-
POSTGRES_DBNAME: postgis
80-
POSTGRES_HOST: localhost
81-
POSTGRES_PORT: 5432
82-
83-
- name: Run test suite
84-
run: |
85-
cd stac_fastapi/api && pipenv run pytest -svvv
86-
env:
87-
ENVIRONMENT: testing
88-
89-
- name: Run test suite
90-
run: |
91-
cd stac_fastapi/sqlalchemy && pipenv run pytest -svvv
92-
env:
93-
ENVIRONMENT: testing
94-
POSTGRES_USER: username
95-
POSTGRES_PASS: password
96-
POSTGRES_DBNAME: postgis
97-
POSTGRES_HOST_READER: localhost
98-
POSTGRES_HOST_WRITER: localhost
99-
POSTGRES_PORT: 5432
100-
10157
- name: Run test suite
10258
run: |
10359
cd stac_fastapi/pgstac && pipenv run pytest -svvv

0 commit comments

Comments
 (0)