checkout
This commit is contained in:
parent
0157de08b4
commit
9719b2b4a8
1 changed files with 2 additions and 0 deletions
2
.github/workflows/build-docker-test.yml
vendored
2
.github/workflows/build-docker-test.yml
vendored
|
@ -3,6 +3,8 @@ jobs:
|
|||
ls:
|
||||
runs-on: docker
|
||||
steps:
|
||||
- name: Checkout Repository
|
||||
uses: actions/checkout@v4
|
||||
- name: List Files
|
||||
run: ls -al
|
||||
test_docker:
|
||||
|
|
Loading…
Reference in a new issue