working on work flow
This commit is contained in:
parent
b2ae0d364a
commit
8bcaa7a235
13
.github/workflows/build.yml
vendored
13
.github/workflows/build.yml
vendored
@ -13,6 +13,19 @@ jobs:
|
||||
- name: Build
|
||||
run: docker-compose up
|
||||
|
||||
- name: look at compiled
|
||||
run: ls compiled
|
||||
shell: bash
|
||||
|
||||
- name: Sleep for 10s
|
||||
uses: juliangruber/sleep-action@v1
|
||||
with:
|
||||
time: 60s
|
||||
|
||||
- name: look at compiled
|
||||
run: ls compiled
|
||||
shell: bash
|
||||
|
||||
- name: Archive
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
|
Loading…
Reference in New Issue
Block a user