Revert back to the original before troubleshooting sql forking issue

This commit is contained in:
zinduolis
2025-09-03 09:40:41 +10:00
parent 2494443829
commit dbc9fed9f2

View File

@@ -7,7 +7,7 @@ on:
jobs:
ubuntu-job:
name: 'BrowserStack Test on Ubuntu'
runs-on: ubuntu-latest
runs-on: ubuntu-latest # Can be self-hosted runner also
environment:
name: Integrate Pull Request
env:
@@ -28,6 +28,9 @@ jobs:
- name: 'Checkout the repository'
uses: actions/checkout@v4
with:
ref: ${{ github.event.pull_request.head.sha }}
fetch-depth: 2
- name: 'Setting up Ruby'
uses: ruby/setup-ruby@v1
@@ -49,4 +52,4 @@ jobs:
- name: 'BrowserStackLocal Stop' # Terminating the BrowserStackLocal tunnel connection
uses: browserstack/github-actions/setup-local@master
with:
local-testing: stop
local-testing: stop