Skip to content

Commit

Permalink
Smoke tests: update portal dependencies
Browse files Browse the repository at this point in the history
Update portal dependencies when running smoke tests, in case new
dependencies have been added in a PR, or existing ones have been
modified.
  • Loading branch information
stsnel committed Jul 30, 2024
1 parent 7b57d88 commit 027014e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/smoke-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ jobs:
docker exec portal.yoda sh -c 'set -x ; cd /var/www/yoda && git config remote.origin.fetch "+refs/heads/*:refs/remotes/origin/*" && git pull'
docker exec portal.yoda sh -c 'set -x ; cd /var/www/yoda && git checkout ${{ steps.extract_branch.outputs.branch }}'
docker exec portal.yoda sh -c 'set -x ; cd /var/www/yoda && git status'
docker exec portal.yoda sh -c 'set -x ; cd /var/www/yoda && . venv/bin/activate && pip3 install -r requirements.txt'
docker exec portal.yoda sh -c 'set -x ; touch /var/www/yoda/*.wsgi'
- name: Check if portal is answering at all
Expand Down

0 comments on commit 027014e

Please sign in to comment.