Skip to content

Commit

Permalink
[github-actions] Fix bootstrap run location.
Browse files Browse the repository at this point in the history
  • Loading branch information
b4handjr committed Apr 22, 2024
1 parent 7a6e9a9 commit 5f8f912
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
3 changes: 2 additions & 1 deletion .dockerignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
test_files
test_results
validated_experiments
validated_experiments
klaatu-windows-storage
7 changes: 3 additions & 4 deletions .github/workflows/ios_manual.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,15 +34,14 @@ jobs:
python-version: '3.11'
- name: Build and setup app
run: |
cd firefox-ios/
ls
sh ./bootstrap.sh
cd firefox-ios
brew update
brew install node
pip3 install virtualenv pipenv
sh ./bootstrap.sh
- name: Run Tests
run: |
cd firefox-ios/firefox-ios/firefox-ios-tests/Tests/ExperimentIntegrationTests
cd firefox-ios/firefox-ios-tests/Tests/ExperimentIntegrationTests
pipenv install
EXPERIMENT_NAME= ${{ inputs.user-facing-name }} pipenv run pytest --experiment ${{ inputs.slug }} -k test_generic.py
2 changes: 2 additions & 0 deletions tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -521,3 +521,5 @@ def open_private_browsing_window(selenium, firefox):
browser = firefox.browser.open_window(private=True)
assert browser.is_private
logging.info("Opened Private window\n")

# iOS Felt Privacy - Simplified Nav and Felt Deletion v2 ios-felt-privacy-simplified-nav-and-felt-deletion-v2

0 comments on commit 5f8f912

Please sign in to comment.