Skip to content

Commit

Permalink
Update test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mbalabash authored Mar 25, 2023
1 parent 74c3388 commit d09b8ad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
name: OS ${{ matrix.os }} Node.js ${{ matrix.node }}
steps:
- name: Install Chrome
uses: browser-actions/setup-chrome@latest
uses: browser-actions/setup-chrome@latest
- name: Checkout the repository
uses: actions/checkout@v2
- name: Install Node.js ${{ matrix.node }}
Expand All @@ -23,4 +23,4 @@ jobs:
- name: Run unit tests
run: yarn unit
env:
FORCE_COLOR: 2
FORCE_COLOR: 2

0 comments on commit d09b8ad

Please sign in to comment.