All checks were successful
/ test (push) Successful in 1s
- Modified the echo command in demo.yaml to reflect an updated message for clarity during testing
6 lines
91 B
YAML
6 lines
91 B
YAML
on: [push]
|
|
jobs:
|
|
test:
|
|
runs-on: docker
|
|
steps:
|
|
- run: echo All Good updated
|