Skip to content

Commit

Permalink
Added in the install for Chai library NPM
Browse files Browse the repository at this point in the history
  • Loading branch information
eHag-FRU committed Apr 11, 2024
1 parent 58873b3 commit ebb1a9f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/testPlayer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,10 @@ jobs:
uses: actions/setup-node@v2
- name: Install dependencies
run: npm install

- name: Install Chai Library
run : npm install chai

- name: Install Chrome
run: npx puppeteer browsers install chrome

Expand Down

0 comments on commit ebb1a9f

Please sign in to comment.