Skip to content

Commit

Permalink
Move env
Browse files Browse the repository at this point in the history
  • Loading branch information
truskovskiyk committed Jul 1, 2024
1 parent 2d51505 commit 77da823
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/module-2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,11 @@ jobs:
- name: Setup env
run: |
export AWS_ACCESS_KEY_ID=minioadmin
export AWS_SECRET_ACCESS_KEY=minioadmin
export AWS_ENDPOINT_URL=http://127.0.0.1:9000
pip install -r module-2/requirements.test.txt
- name: Run test
run: |
export AWS_ACCESS_KEY_ID=minioadmin
export AWS_SECRET_ACCESS_KEY=minioadmin
export AWS_ENDPOINT_URL=http://127.0.0.1:9000
pytest -ss ./module-2/minio_storage/test_minio_client.py

0 comments on commit 77da823

Please sign in to comment.