Skip to content

Commit

Permalink
attempt to run selenium tests in GitHub actions
Browse files Browse the repository at this point in the history
  • Loading branch information
mathiasertl committed Jan 1, 2024
1 parent e9a7649 commit 87de5b2
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,12 @@ jobs:

name: Python ${{ matrix.python-version }}, Django ${{ matrix.django-version }}, cryptography ${{ matrix.cryptography-version }}
steps:
- name: Install APT dependencies
run: sudo apt-get install -y firefox

- name: test geckodriver
run: which geckodriver


- name: Acquire sources
uses: actions/checkout@v4.1.1
Expand Down

0 comments on commit 87de5b2

Please sign in to comment.