1
0
mirror of https://github.com/amir20/dozzle.git synced 2025-12-27 23:46:39 +01:00

Adds --outputTruncateLength=500

This commit is contained in:
Amir Raminfar
2023-01-25 10:07:26 -08:00
parent 4729e7f29e
commit 9c905da702

View File

@@ -22,7 +22,7 @@ jobs:
- name: Install dependencies
run: pnpm install
- name: Run Tests
run: pnpm run test
run: pnpm run test --outputTruncateLength=500
go-test:
name: Go Tests
runs-on: ubuntu-latest