test(workflows): testing to see if it already has the code
Some checks failed
start.yaml / test(workflows): testing to see if it already has the code (push) Failing after 0s
Some checks failed
start.yaml / test(workflows): testing to see if it already has the code (push) Failing after 0s
This commit is contained in:
parent
6682679493
commit
420efeda8c
1 changed files with 4 additions and 1 deletions
|
|
@ -2,5 +2,8 @@ on: [push]
|
||||||
jobs:
|
jobs:
|
||||||
test:
|
test:
|
||||||
runs-on: docker
|
runs-on: docker
|
||||||
|
container:
|
||||||
|
image: ubuntu:latest
|
||||||
steps:
|
steps:
|
||||||
- run: echo "hello world"
|
- run: |
|
||||||
|
ls -la
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue