ts
This commit is contained in:
parent
d2b716fb14
commit
0157de08b4
1 changed files with 5 additions and 0 deletions
5
.github/workflows/build-docker-test.yml
vendored
5
.github/workflows/build-docker-test.yml
vendored
|
@ -1,5 +1,10 @@
|
|||
on: [push]
|
||||
jobs:
|
||||
ls:
|
||||
runs-on: docker
|
||||
steps:
|
||||
- name: List Files
|
||||
run: ls -al
|
||||
test_docker:
|
||||
uses: ./.github/workflows/build-docker.yml
|
||||
with:
|
||||
|
|
Loading…
Reference in a new issue