forked from Alexander/agreugreu
rendre propre les tests
This commit is contained in:
parent
6405ded34e
commit
9812917e62
|
@ -1,19 +1,8 @@
|
|||
#KO
|
||||
#on: [push]
|
||||
#jobs:
|
||||
# ls:
|
||||
# runs-on: docker
|
||||
# container:
|
||||
# image: code.forgejo.org/oci/alpine:3.19
|
||||
# steps:
|
||||
# - run: |
|
||||
# echo ${{ github.workspace }}
|
||||
|
||||
on:
|
||||
push:
|
||||
|
||||
jobs:
|
||||
test-html:
|
||||
test-html-css:
|
||||
runs-on: docker
|
||||
container:
|
||||
image: cyb3rjak3/html5validator:latest-alpine
|
|
@ -1,6 +0,0 @@
|
|||
on: [release]
|
||||
jobs:
|
||||
test:
|
||||
runs-on: docker
|
||||
steps:
|
||||
- run: echo All Good
|
Loading…
Reference in a new issue