mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-02-13 23:37:47 +00:00
Adds simple cov code on other nodes
This commit is contained in:
51
.github/workflows/build.yml
vendored
51
.github/workflows/build.yml
vendored
@@ -95,7 +95,6 @@ jobs:
|
||||
retention-days: 7
|
||||
if-no-files-found: ignore
|
||||
|
||||
|
||||
models:
|
||||
runs-on: ubuntu-22.04
|
||||
services:
|
||||
@@ -155,6 +154,14 @@ jobs:
|
||||
run: |
|
||||
bin/rake knapsack_pro:rspec
|
||||
|
||||
- name: Save SimpleCov file
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: simple-cov-output-files
|
||||
path: coverage/*.*
|
||||
retention-days: 7
|
||||
if-no-files-found: ignore
|
||||
|
||||
system_admin:
|
||||
runs-on: ubuntu-22.04
|
||||
services:
|
||||
@@ -233,6 +240,14 @@ jobs:
|
||||
retention-days: 7
|
||||
if-no-files-found: ignore
|
||||
|
||||
- name: Save SimpleCov file
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: simple-cov-output-files
|
||||
path: coverage/*.*
|
||||
retention-days: 7
|
||||
if-no-files-found: ignore
|
||||
|
||||
system_consumer:
|
||||
runs-on: ubuntu-22.04
|
||||
services:
|
||||
@@ -311,6 +326,14 @@ jobs:
|
||||
retention-days: 7
|
||||
if-no-files-found: ignore
|
||||
|
||||
- name: Save SimpleCov file
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: simple-cov-output-files
|
||||
path: coverage/*.*
|
||||
retention-days: 7
|
||||
if-no-files-found: ignore
|
||||
|
||||
engines:
|
||||
runs-on: ubuntu-22.04
|
||||
services:
|
||||
@@ -390,6 +413,14 @@ jobs:
|
||||
retention-days: 7
|
||||
if-no-files-found: ignore
|
||||
|
||||
- name: Save SimpleCov file
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: simple-cov-output-files
|
||||
path: coverage/*.*
|
||||
retention-days: 7
|
||||
if-no-files-found: ignore
|
||||
|
||||
test_the_rest:
|
||||
runs-on: ubuntu-22.04
|
||||
services:
|
||||
@@ -458,6 +489,14 @@ jobs:
|
||||
run: |
|
||||
bin/rake knapsack_pro:rspec
|
||||
|
||||
- name: Save SimpleCov file
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: simple-cov-output-files
|
||||
path: coverage/*.*
|
||||
retention-days: 7
|
||||
if-no-files-found: ignore
|
||||
|
||||
non_knapsack_jest_karma:
|
||||
runs-on: ubuntu-22.04
|
||||
services:
|
||||
@@ -494,4 +533,12 @@ jobs:
|
||||
run: bin/rake karma:run
|
||||
|
||||
- name: Run jest tests
|
||||
run: yarn jest
|
||||
run: yarn jest
|
||||
|
||||
- name: Save SimpleCov file
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: simple-cov-output-files
|
||||
path: coverage/*.*
|
||||
retention-days: 7
|
||||
if-no-files-found: ignore
|
||||
Reference in New Issue
Block a user