chore: try fixing github broswerstack action

these lines are for testing purposes

test test test
This commit is contained in:
Estevão Soares dos Santos 2022-03-31 08:22:18 +01:00
parent 565bbdc94a
commit fc01abd708

View File

@ -6,14 +6,14 @@ on:
pull_request:
branches: [ master, develop ]
env:
COMMIT_MSG: '$(printf "%s" "${{ github.event.head_commit.message }}" | head -n 1)' # Only the first line of commit msg
jobs:
ubuntu-job:
name: 'BrowserStack Test on Ubuntu'
runs-on: ubuntu-latest
steps:
- name: set up env vars
# Only the first line of commit msg
run: echo "COMMIT_MSG=$(printf "%s" "${{ github.event.head_commit.message }}" | head -n 1)" >> $GITHUB_ENV
- name: '📦 Checkout the repository'
uses: actions/checkout@v2