Skip to content

Commit

Permalink
add selenium to github actions yml
Browse files Browse the repository at this point in the history
  • Loading branch information
stephaniewilkinson committed Jan 26, 2024
1 parent 8113adc commit 24df1ac
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,16 @@ permissions:

jobs:
test:

runs-on: ubuntu-latest

strategy:
matrix:
ruby-version: ['3.2.2']

services:
selenium:
image: selenium/standalone-chrome

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

0 comments on commit 24df1ac

Please sign in to comment.