try: fix browserstack github action

This commit is contained in:
Estevão Soares dos Santos 2022-03-27 00:08:22 +00:00
parent 9a3e714b2c
commit 1f15a18adb

View File

@ -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