ls images
test_action / Python3 (push) Failing after 6s
Details
test_action / Python3 (push) Failing after 6s
Details
This commit is contained in:
parent
f58ee3b92b
commit
f3473971c9
|
@ -8,4 +8,4 @@ jobs:
|
|||
steps:
|
||||
- run: echo "Hello World"
|
||||
- run: python -V
|
||||
- run: md5sum data/images/220px-George_the_amazing_guinea_pig.jpg
|
||||
- run: ls data/images
|
||||
|
|
|
@ -7,3 +7,7 @@ Create a [gitea act runner](https://docs.gitea.com/usage/actions/act-runner) via
|
|||
* gitea runner mount space
|
||||
* **.gitea/workflows**
|
||||
* put CI/CD workflow yaml files here to deploy
|
||||
|
||||
## File
|
||||
* **data/images/220px-George_the_amazing_guinea_pig.jpg**
|
||||
* a sample image stored by LFS (source: https://en.wikipedia.org/wiki/Guinea_pig)
|
||||
|
|
Loading…
Reference in New Issue