Update .forgejo/workflows/test.yaml

This commit is contained in:
Fijxu 2024-03-23 19:18:59 -03:00
parent 59ec02343b
commit 17ce142bc8

View file

@ -1,6 +1,19 @@
on: [push]
jobs:
name: test
on:
push:
branches: [ "*" ]
test:
runs-on: docker
steps:
- run: echo asdasdasd
- name: --cpu-period=100000 --cpu-quota=150000 in container.options
run: apt-get update && apt-get install stress && stress --cpu 6 --timeout 10
test:
runs-on: docker
container:
image: debian:latest
steps:
- name: --cpu-period=100000 --cpu-quota=150000 in container.options too
run: apt-get update && apt-get install stress && stress --cpu 6 --timeout 10