mirror of
https://github.com/hkalexling/Mango.git
synced 2025-08-02 10:55:30 -04:00
Generate artifact
This commit is contained in:
parent
d75009f088
commit
d49c0092c2
7
.github/workflows/build.yml
vendored
7
.github/workflows/build.yml
vendored
@ -19,8 +19,13 @@ jobs:
|
|||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: apk add --no-cache yarn yaml sqlite-static
|
run: apk add --no-cache yarn yaml sqlite-static
|
||||||
- name: Build
|
- name: Build
|
||||||
run: make
|
run: make static
|
||||||
- name: Linter
|
- name: Linter
|
||||||
run: make check
|
run: make check
|
||||||
- name: Run tests
|
- name: Run tests
|
||||||
run: make test
|
run: make test
|
||||||
|
- name: Upload artifact
|
||||||
|
uses: actions/upload-artifact@v2
|
||||||
|
with:
|
||||||
|
name: mango
|
||||||
|
path: mango
|
||||||
|
Loading…
x
Reference in New Issue
Block a user