Skip to content

Commit

Permalink
Merge pull request #4 from robertasstankevicius/add-test-installation
Browse files Browse the repository at this point in the history
Add tests dependencies installation.
  • Loading branch information
laimonassutkus authored Aug 7, 2023
2 parents 4be95a0 + 06a1c0d commit 2c02ae5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/pipeline-default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,6 @@ jobs:
run: |
npm install -g aws-cdk
pip install . --upgrade
pip install -r b_stage_deployment_test/requirements.txt
pip list
2 changes: 2 additions & 0 deletions .github/workflows/pipeline-master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ jobs:
run: |
npm install -g aws-cdk
pip install . --upgrade
pip install -r b_stage_deployment_test/requirements.txt
pip list
- name: Test
Expand Down

0 comments on commit 2c02ae5

Please sign in to comment.