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
|
- name: Build
|
||||||
run: docker-compose up
|
run: docker-compose up
|
||||||
|
|
||||||
- name: look at dir
|
- name: look
|
||||||
id: pl
|
run: ls compiled/
|
||||||
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: Archive
|
- name: Archive
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v3
|
||||||
|
Loading…
x
Reference in New Issue
Block a user