2019-05-31 17:28:54 -04:00
|
|
|
parameters:
|
|
|
|
exe_suffix: ""
|
|
|
|
|
|
|
|
steps:
|
2019-08-13 20:03:29 -04:00
|
|
|
- bash: deno${{ parameters.exe_suffix }} run --allow-run --allow-write --allow-read --allow-env ./format.ts --check
|
2019-08-14 20:04:56 -04:00
|
|
|
- bash: export START_TIME=$(date +%s)
|
|
|
|
- bash: deno${{ parameters.exe_suffix }} run --allow-run --allow-net --allow-write --allow-read --allow-env --config=tsconfig.test.json ./testing/runner.ts --exclude node_modules
|
|
|
|
- bash: deno${{ parameters.exe_suffix }} run --allow-run --allow-read .ci/check_source_file_changes.ts $START_TIME
|