Skip to content

Commit

Permalink
Updates Github Actions for Selenium.
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Scherz committed Jul 15, 2024
1 parent 91cef14 commit 64be14e
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,14 @@ on: "push"
jobs:
test:
runs-on: ubuntu-latest

services:
selenium:
image: selenium/standalone-chrome
ports:
- 4444:4444


steps:
- uses: actions/checkout@v3
- name: Set up Ruby
Expand Down

0 comments on commit 64be14e

Please sign in to comment.