@@ -0,0 +1,13 @@
|
|||||||
|
name: CI
|
||||||
|
on: [push]
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
test:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- name: Hallo
|
||||||
|
run: echo "Hoi vanaf $(hostname) in $(pwd)"
|
||||||
|
- name: Slaapje
|
||||||
|
run: sleep 5
|
||||||
|
- name: Status
|
||||||
|
run: exit 0
|
||||||
Reference in New Issue
Block a user