mirror of
https://github.com/showdownjs/showdown.git
synced 2024-03-22 13:30:55 +08:00
try: fix browserstack github action
This commit is contained in:
parent
9a3e714b2c
commit
1f15a18adb
3
.github/workflows/browserstack.yml
vendored
3
.github/workflows/browserstack.yml
vendored
|
@ -36,6 +36,9 @@ jobs:
|
||||||
node-version: 17.x
|
node-version: 17.x
|
||||||
cache: 'npm'
|
cache: 'npm'
|
||||||
|
|
||||||
|
- name: 'install grunt-cli'
|
||||||
|
run: npm install -g grunt-cli
|
||||||
|
|
||||||
- name: 'Concatenate src files for testing'
|
- name: 'Concatenate src files for testing'
|
||||||
run: grunt concat:test
|
run: grunt concat:test
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user