Skip to content

Commit

Permalink
S: use token to avoid API rate limits in GHA
Browse files Browse the repository at this point in the history
  • Loading branch information
gotcha committed Mar 21, 2023
1 parent 674b171 commit 8d03e76
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test.yml
Expand Up @@ -28,10 +28,12 @@ jobs:
uses: browser-actions/setup-firefox@latest
- name: Install Geckodriver
uses: browser-actions/setup-geckodriver@latest
with:
token: ${{ secrets.GITHUB_TOKEN }}
- name: Run robot tests
run: |
ROBOT_BROWSER=headlessFirefox bin/pytest -k "robot and not image2"
ROBOT_BROWSER=headlessFirefox bin/pytest -k "robot and image2"
- name: Run upgrade tests
run: |
bin/pytest -k "upgrade"
bin/pytest -k "upgrade"

0 comments on commit 8d03e76

Please sign in to comment.