mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-06-08 11:17:27 +00:00
added aws credentials to unit test github workflow
This commit is contained in:
parent
5973bad240
commit
dfa5e798e1
1 changed files with 6 additions and 0 deletions
6
.github/workflows/unit_tests.yml
vendored
6
.github/workflows/unit_tests.yml
vendored
|
|
@ -26,6 +26,12 @@ jobs:
|
|||
run: |
|
||||
python -m pip install --upgrade pip
|
||||
pip install -r model_data/requirements/requirements.txt
|
||||
- name: Set dev AWS credentials
|
||||
uses: aws-actions/configure-aws-credentials@v1
|
||||
with:
|
||||
aws-access-key-id: ${{ secrets.DEV_AWS_ACCESS_KEY_ID }}
|
||||
aws-secret-access-key: ${{ secrets.DEV_AWS_SECRET_ACCESS_KEY }}
|
||||
aws-region: eu-west-2
|
||||
- name: Run tests with pytest
|
||||
run: |
|
||||
pip install -r model_data/requirements/dev.txt
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue