Skip to content

Commit

Permalink
Fix CI.
Browse files Browse the repository at this point in the history
  • Loading branch information
garg3133 committed Jul 31, 2023
1 parent 97705b2 commit 75a594d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ jobs:
- name: create env file
run: |
touch .env
echo BROWSERSTACK_USER =${{ secrets.BROWSERSTACK_USER }} >> .env
echo BROWSERSTACK_KEY =${{ secrets.BROWSERSTACK_KEY }} >> .env
echo BROWSERSTACK_USERNAME =${{ secrets.BROWSERSTACK_USER }} >> .env
echo BROWSERSTACK_ACCESS_KEY =${{ secrets.BROWSERSTACK_KEY }} >> .env
- name: install typescript globally
run: |
npm install -g typescript
Expand Down

0 comments on commit 75a594d

Please sign in to comment.