Skip to content

Commit

Permalink
fixing CI config parsing error
Browse files Browse the repository at this point in the history
  • Loading branch information
tompahoward committed Nov 9, 2020
1 parent e7c84f5 commit 8ec224c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-and-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,8 @@ jobs:
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- run: echo "BROWSERSTACK_USERNAME: ${{ secrets.BROWSERSTACK_USERNAME }}"
- run: |
echo "BROWSERSTACK_USERNAME: ${{ secrets.BROWSERSTACK_USERNAME }}"
- run: npm config set script-shell $(which bash)
- run: npm ci
- run: npm run lint
Expand Down

0 comments on commit 8ec224c

Please sign in to comment.