workflow file
This commit is contained in:
parent
d5106dd5e2
commit
4518983b36
20
.github/workflows/build.yml
vendored
20
.github/workflows/build.yml
vendored
@ -13,24 +13,8 @@ jobs:
|
||||
- name: Build
|
||||
run: docker-compose up
|
||||
|
||||
- name: look at dir
|
||||
id: pl
|
||||
uses: Rishabh510/Path-lister-action@master
|
||||
with:
|
||||
path: "compiled/"
|
||||
type: ".mpy"
|
||||
|
||||
- name: Sleep for 10s
|
||||
uses: juliangruber/sleep-action@v1
|
||||
with:
|
||||
time: 10s
|
||||
|
||||
- name: look at dir
|
||||
id: pl2
|
||||
uses: Rishabh510/Path-lister-action@master
|
||||
with:
|
||||
path: "compiled/"
|
||||
type: ".mpy"
|
||||
- name: look
|
||||
run: ls compiled/
|
||||
|
||||
- name: Archive
|
||||
uses: actions/upload-artifact@v3
|
||||
|
Loading…
Reference in New Issue
Block a user