Skip to content

Commit

Permalink
fix scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
Lms24 committed Aug 23, 2024
1 parent 43089e6 commit f1a5fd3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/mutation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ jobs:
- name: Generate Sentry Trace
id: sentry_trace
run: |
yarn ts-node ./scripts/stryker/start-trace.ts
node ./scripts/stryker/start-trace.mjs
- name: Test 1
Expand All @@ -138,7 +138,7 @@ jobs:
baggage: '${{ env.SENTRY_MUT_BAGGAGE }}'

job_mutation_test:
name: Run (${{ matrix.package }}) Mutation Testing
name: Mutation Test (${{ matrix.package }})
needs: [job_get_metadata, job_build]
timeout-minutes: 180
runs-on: ubuntu-20.04
Expand Down

0 comments on commit f1a5fd3

Please sign in to comment.