Skip to content

Commit

Permalink
Update github_actions.yml (#2937)
Browse files Browse the repository at this point in the history
  • Loading branch information
wheatley authored Sep 30, 2023
1 parent 5e2b60a commit 23a2b79
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/github_actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,13 +44,17 @@ jobs:
with:
ruby-version: 3.0.3 # Not needed with a .ruby-version file

- name: 'Build and run tests'
- name: 'Update and Install Dwpendencies'
run: |
sudo apt update
sudo apt install libcurl4 libcurl4-openssl-dev
- name: 'Configure Bundle testing and install gems'
run: |
bundle config unset --local without
bundle config set --local with 'test' 'development'
bundle install
- name: 'Run BrowserStack simple verification'
run: |
bundle exec rake browserstack --trace
- name: 'BrowserStackLocal Stop' # Terminating the BrowserStackLocal tunnel connection
Expand Down

0 comments on commit 23a2b79

Please sign in to comment.