Skip to content

Commit

Permalink
chore: try fixing github broswerstack action
Browse files Browse the repository at this point in the history
these lines are for testing purposes

test test test
  • Loading branch information
tivie committed Mar 31, 2022
1 parent 565bbdc commit fc01abd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/browserstack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit fc01abd

Please sign in to comment.