Skip to content

Commit

Permalink
fix test->run (browserstack job)
Browse files Browse the repository at this point in the history
  • Loading branch information
glendc committed Mar 18, 2024
1 parent 3e46dc8 commit 6d466b1
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/BrowserStack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
schedule:
- cron: "00 18 * * *"
jobs:
test:
run:
timeout-minutes: 60
runs-on: ubuntu-latest
steps:
Expand All @@ -21,7 +21,9 @@ jobs:
python -m pip install --upgrade pip
pip install -r requirements.txt
- name: Run your tests
run: python main.py
run: |
cd rama-fp/browserstack
python main.py
env:
BROWSERSTACK_USERNAME: ${{ secrets.BROWSERSTACK_USERNAME }}
BROWSERSTACK_ACCESS_KEY: ${{ secrets.BROWSERSTACK_ACCESS_KEY }}

0 comments on commit 6d466b1

Please sign in to comment.