Skip to content

Commit

Permalink
ga main - update geckdriver version, move cd line
Browse files Browse the repository at this point in the history
  • Loading branch information
mlhenderson committed Aug 2, 2023
1 parent a7cf523 commit 73dcaa7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ jobs:
# Download and install gecko web driver
- name: Get web driver
run: |
wget https://github.com/mozilla/geckodriver/releases/download/v0.32.2/geckodriver-v0.32.2-linux64.tar.gz
sudo tar -xzf geckodriver-v0.32.2-linux64.tar.gz -C /usr/bin
wget https://github.com/mozilla/geckodriver/releases/download/v0.33.0/geckodriver-v0.33.0-linux64.tar.gz
sudo tar -xzf geckodriver-v0.33.0-linux64.tar.gz -C /usr/bin
sudo chmod a+x /usr/bin/geckodriver
# Install selenium and pytest
Expand Down Expand Up @@ -76,8 +76,8 @@ jobs:
run: |
killall -9 node
cd tests/test-server
(node ./tests/test-server/server.js --empty-announcement &)
cd ../..
(node ./tests/test-server/server.js --empty-announcement &)
# Run empty announcements test
- name: Run empty announcement test
Expand Down

0 comments on commit 73dcaa7

Please sign in to comment.