Update .forgejo/workflows/test.yaml
This commit is contained in:
parent
4bdfff0655
commit
637939f3f3
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue