Skip to content

Commit

Permalink
comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Shahroz16 committed Jan 6, 2025
1 parent 54166f7 commit fc12aac
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 @@ -2,7 +2,7 @@ name: Tests

on:
pull_request:
types: [opened, synchronize]
types: [opened, synchronize] # Don't rerun on `edited` to save time

jobs:
unit-test:
Expand Down Expand Up @@ -30,7 +30,7 @@ jobs:
report_paths: '**/build/test-results/test*/TEST-*.xml'
fail_on_failure: true
require_tests: true
if: ${{ always() }}
if: ${{ always() }} # if running tests fails, we still want to parse the test results

instrumentation-test:
runs-on: ubuntu-latest
Expand Down

0 comments on commit fc12aac

Please sign in to comment.