diff --git a/.github/workflows/test_typescript.yml b/.github/workflows/test_typescript.yml index 3fa39cc3c..b0d8b259a 100644 --- a/.github/workflows/test_typescript.yml +++ b/.github/workflows/test_typescript.yml @@ -39,7 +39,7 @@ jobs: # Run TypeScript's tests with the new DOM libs, but don't fail npm test || true - gulp baseline-accept + npx hereby baseline-accept # The git diff now is the difference between tests git diff > baseline-changes.diff