Compare commits
1 Commits
red/fix_de
...
wheatley-p
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
73d2cc3c57 |
6
.github/workflows/github_actions.yml
vendored
6
.github/workflows/github_actions.yml
vendored
@@ -44,13 +44,17 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
ruby-version: 3.0.3 # Not needed with a .ruby-version file
|
ruby-version: 3.0.3 # Not needed with a .ruby-version file
|
||||||
|
|
||||||
- name: 'Build and run tests'
|
- name: 'Update and Install Dwpendencies'
|
||||||
run: |
|
run: |
|
||||||
sudo apt update
|
sudo apt update
|
||||||
sudo apt install libcurl4 libcurl4-openssl-dev
|
sudo apt install libcurl4 libcurl4-openssl-dev
|
||||||
|
- name: 'Configure Bundle testing and install gems'
|
||||||
|
run: |
|
||||||
bundle config unset --local without
|
bundle config unset --local without
|
||||||
bundle config set --local with 'test' 'development'
|
bundle config set --local with 'test' 'development'
|
||||||
bundle install
|
bundle install
|
||||||
|
- name: 'Run BrowserStack simple verification'
|
||||||
|
run: |
|
||||||
bundle exec rake browserstack --trace
|
bundle exec rake browserstack --trace
|
||||||
|
|
||||||
- name: 'BrowserStackLocal Stop' # Terminating the BrowserStackLocal tunnel connection
|
- name: 'BrowserStackLocal Stop' # Terminating the BrowserStackLocal tunnel connection
|
||||||
|
|||||||
Reference in New Issue
Block a user