Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
spbqaru authored Jan 18, 2024
1 parent 77a66bb commit ea712ef
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,13 @@ jobs:

- name: Build with Maven
run: mvn clean install -DskipTests=true

- name: Start Selenoid
uses: Xotabu4/selenoid-github-action@v2
id: start-selenoid

- name: Check Selenoid has been started
run: curl http://localhost:4444/status

- name: Run tests
run: mvn test

0 comments on commit ea712ef

Please sign in to comment.