Skip to content

Commit

Permalink
Add Set URL environment variable for functional3 tests in GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
stevepiercy committed Dec 8, 2020
1 parent e528bf0 commit abcb78e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,10 @@ jobs:
sudo apt-get update
sudo apt-get install firefox firefox-geckodriver gettext gettext-base xvfb
pip install tox
- name: Set URL environment variable
run: |
echo "URL=http://`hostname -i`:8522" >> $GITHUB_ENV
echo "URL: "$URL
- name: Run functional web tests
run: |
Xvfb :99 &
Expand Down

0 comments on commit abcb78e

Please sign in to comment.