animated-cube/.github/workflows/test.yaml
Workflow config file is invalid. Please check your config file: yaml: unmarshal errors: line 10: mapping key "run" already defined at line 9 line 11: mapping key "run" already defined at line 9 line 11: mapping key "run" already defined at line 10 line 18: cannot unmarshal !!map into []*model.Step

19 lines
255 B
YAML

name: Workflow Test
on: push
jobs:
first:
name: Step One
runs-on: ubuntu-latest
steps:
run: ls
run: touch test.txt
run: ls
second:
name: Step Two
needs: first
runs-on: ubuntu-latest
steps:
run: ls