Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
shamilovtim committed Dec 3, 2023
1 parent 833148f commit 35817ea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

test-with-browsers:
name: test-with-browsers (group ${{ matrix.browser }})
name: test-with-browsers (${{ matrix.browser }})
# Run browser tests using macOS so that WebKit tests don't fail under a Linux environment
runs-on: macos-latest
strategy:
Expand Down Expand Up @@ -140,7 +140,7 @@ jobs:
run: npm run build:esm --ws

- name: Build browser bundles
run: npm run build:browser
run: npm run build:browser --ws

- name: Run dwn-server (background)
run: |
Expand Down

0 comments on commit 35817ea

Please sign in to comment.