mirror of https://github.com/statping/statping
GH action dist folder
parent
93dc2221db
commit
d81566e119
|
@ -61,15 +61,13 @@ jobs:
|
|||
make test-deps
|
||||
|
||||
- name: Build Frontend Statping
|
||||
run: make clean compile
|
||||
run: make clean frontend-build
|
||||
|
||||
- name: Upload Compiled Frontend
|
||||
uses: actions/upload-artifact@v1
|
||||
with:
|
||||
name: static-frontend
|
||||
path: |
|
||||
/home/runner/work/statping/statping/source/dist
|
||||
/home/runner/work/statping/statping/source/rice-box.go
|
||||
path: /home/runner/work/statping/statping/source/dist
|
||||
|
||||
test:
|
||||
needs: compile
|
||||
|
@ -116,9 +114,7 @@ jobs:
|
|||
uses: actions/download-artifact@v1
|
||||
with:
|
||||
name: static-frontend
|
||||
path: |
|
||||
/home/runner/work/statping/statping/source/dist
|
||||
/home/runner/work/statping/statping/source/rice-box.go
|
||||
path: /home/runner/work/statping/statping/source/dist
|
||||
|
||||
- name: Install Statping
|
||||
run: |
|
||||
|
@ -190,9 +186,7 @@ jobs:
|
|||
uses: actions/download-artifact@v1
|
||||
with:
|
||||
name: static-frontend
|
||||
path: |
|
||||
/home/runner/work/statping/statping/source/dist
|
||||
/home/runner/work/statping/statping/source/rice-box.go
|
||||
path: /home/runner/work/statping/statping/source/dist
|
||||
|
||||
- name: Build Binaries
|
||||
env:
|
||||
|
|
2
Makefile
2
Makefile
|
@ -194,7 +194,7 @@ clean:
|
|||
rm -rf frontend/{logs,plugins,*.db,config.yml,.sass-cache,*.log}
|
||||
rm -rf dev/{logs,assets,plugins,*.db,config.yml,.sass-cache,*.log,test/app,plugin/*.so}
|
||||
rm -rf {parts,prime,snap,stage}
|
||||
rm -rf dev/test/cypress/videos
|
||||
rm -rf frontend/cypress/videos
|
||||
rm -f coverage.* sass
|
||||
rm -f source/rice-box.go
|
||||
rm -rf **/*.db-journal
|
||||
|
|
Loading…
Reference in New Issue