animated-cube/.github/workflows/test.yaml
Zakary Timson 51372c0470
Some checks failed
Workflow Test / Step One (push) Failing after 3s
Update .github/workflows/test.yaml
2023-08-06 23:28:09 +00:00

14 lines
225 B
YAML

name: Workflow Test
on: push
jobs:
first:
name: Step One
runs-on: ubuntu-latest
container: ubuntu:latest
steps:
- uses: actions/checkout@v3
- run: ls
- run: touch test.txt
- run: ls