Update .forgejo/workflows/test.yaml

This commit is contained in:
Fijxu 2024-03-23 19:22:41 -03:00
parent 4bdfff0655
commit 637939f3f3

View file

@ -2,7 +2,7 @@ name: test
on:
push:
branches: [ main ]
branches: [ "main" ]
test:
runs-on: docker
@ -10,7 +10,7 @@ on:
- name: --cpu-period=100000 --cpu-quota=150000 in container.options
run: apt-get update && apt-get install stress && stress --cpu 6 --timeout 10
test:
test2:
runs-on: docker
container:
image: debian:latest