|
@@ -229,7 +229,8 @@ jobs:
|
|
|
env:
|
|
env:
|
|
|
MONGO_URI: mongodb://localhost:27017/growi
|
|
MONGO_URI: mongodb://localhost:27017/growi
|
|
|
|
|
|
|
|
- - uses: actions/upload-artifact@v1
|
|
|
|
|
|
|
+ - name: Upload report as artifact
|
|
|
|
|
+ uses: actions/upload-artifact@v1
|
|
|
with:
|
|
with:
|
|
|
name: Report
|
|
name: Report
|
|
|
path: report
|
|
path: report
|