Add .github/workflows/test.yml
This commit is contained in:
parent
16448dab95
commit
b18b755702
1 changed files with 18 additions and 0 deletions
18
.github/workflows/test.yml
vendored
Normal file
18
.github/workflows/test.yml
vendored
Normal file
|
|
@ -0,0 +1,18 @@
|
||||||
|
name: Test
|
||||||
|
|
||||||
|
on: workflow_dispatch
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
test:
|
||||||
|
runs-on: host-runner
|
||||||
|
|
||||||
|
environment:
|
||||||
|
name: p3k.org
|
||||||
|
url: https://blog.p3k.org
|
||||||
|
|
||||||
|
steps:
|
||||||
|
- name: Do something
|
||||||
|
run: |
|
||||||
|
whoami
|
||||||
|
pwd
|
||||||
|
find -maxdepth 1 /
|
||||||
Loading…
Add table
Add a link
Reference in a new issue