mirror of
https://github.com/showdownjs/showdown.git
synced 2024-03-22 13:30:55 +08:00
chore: try fixing github broswerstack action
these lines are for testing purposes test test test
This commit is contained in:
parent
565bbdc94a
commit
fc01abd708
6
.github/workflows/browserstack.yml
vendored
6
.github/workflows/browserstack.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user