From 64be14e46ac0637a841f3c568fe6478a710d696a Mon Sep 17 00:00:00 2001 From: Thomas Scherz Date: Mon, 15 Jul 2024 16:27:16 -0400 Subject: [PATCH] Updates Github Actions for Selenium. --- .github/workflows/main.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 02d21c1..b39aa58 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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