Skip to content

Commit

Permalink
Try again
Browse files Browse the repository at this point in the history
  • Loading branch information
aguspe committed Jul 23, 2024
1 parent 4cea393 commit dd98027
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rspec_selenium.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
run: bin/raider new rspec_selenium -p framework:rspec automation:selenium

- name: Setup Raider tests
run: cd rspec_selenium && bundle install && raider utility browser_options chrome headless && ls
run: cd rspec_selenium && bundle install && raider utility browser_options chrome headless

- name: Run Raider tests
run: rspec spec/
run: cd rspec_selenium && rspec spec/
4 changes: 2 additions & 2 deletions .github/workflows/rspec_watir.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
run: bin/raider new rspec_watir -p framework:rspec automation:watir

- name: Setup Raider tests
run: cd rspec_watir && bundle install && raider utility browser_options chrome headless && ls
run: cd rspec_watir && bundle install && raider utility browser_options chrome headless

- name: Run Raider tests
run: rspec spec/
run: cd rspec_watir && rspec spec/

0 comments on commit dd98027

Please sign in to comment.