From 23a2b79020d56b6febea5d6048aa642c0e52f18e Mon Sep 17 00:00:00 2001 From: wheatley Date: Sat, 30 Sep 2023 19:42:16 +1000 Subject: [PATCH] Update github_actions.yml (#2937) --- .github/workflows/github_actions.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/github_actions.yml b/.github/workflows/github_actions.yml index de0ba7a17e..e08d574cea 100644 --- a/.github/workflows/github_actions.yml +++ b/.github/workflows/github_actions.yml @@ -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