Skip to content

Commit

Permalink
Update pr-coverage.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kraenhansen committed Apr 4, 2024
1 parent 87379ac commit 6fa5edf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr-coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:

- name: Run tests with coverage
timeout-minutes: 60
run: npm run ci:coverage --workspace @realm/integration-tests -- --reporter mocha-github-actions-reporter --timeout ${{ env.MOCHA_TIMEOUT }} --grep "'Observable Dictionary'"
run: npm run ci:coverage --workspace @realm/integration-tests -- --reporter mocha-github-actions-reporter --timeout ${{ env.MOCHA_TIMEOUT }} --grep "'Observable'"
env:
CONTEXT: missingServer,syncLogLevel=warn,longTimeoutMs=${{ env.LONG_TIMEOUT }}

Expand Down

0 comments on commit 6fa5edf

Please sign in to comment.