mirror of
https://github.com/denoland/deno.git
synced 2024-11-26 16:09:27 -05:00
4ce2a321c8
Original: c44e5367bf
8 lines
No EOL
492 B
YAML
8 lines
No EOL
492 B
YAML
parameters:
|
|
exe_suffix: ""
|
|
|
|
steps:
|
|
- bash: deno${{ parameters.exe_suffix }} run --allow-run --allow-write --allow-read --allow-env ./format.ts --check
|
|
- 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 |