working on work flow
This commit is contained in:
parent
4518983b36
commit
3b4c00b1bb
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
@ -9,12 +9,16 @@ jobs:
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v3
|
||||
|
||||
|
||||
- name: look
|
||||
run: ls -la compiled/
|
||||
|
||||
- name: Build
|
||||
run: docker-compose up
|
||||
|
||||
- name: look
|
||||
run: ls compiled/
|
||||
run: ls -la compiled/
|
||||
|
||||
- name: Archive
|
||||
uses: actions/upload-artifact@v3
|
||||
|
@ -1,4 +1,4 @@
|
||||
version: '2.2'
|
||||
version: '3.3'
|
||||
services:
|
||||
mpy_kmk:
|
||||
build: .
|
||||
|
Loading…
Reference in New Issue
Block a user