Skip to content

Commit

Permalink
Try a different way
Browse files Browse the repository at this point in the history
  • Loading branch information
aguspe committed Jul 23, 2024
1 parent 8561653 commit 2c41fcf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rspec_selenium.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Rspec Watir Test on Ubuntu
name: Rspec Selenium Test on Ubuntu
on: [ pull_request ]

jobs:
Expand All @@ -19,4 +19,4 @@ jobs:
run: bundle install

- name: Build and run system tests
run: spec spec/system/selenium_rspec_spec.rb
run: rspec spec/system/selenium_rspec_spec.rb

0 comments on commit 2c41fcf

Please sign in to comment.