Mocked tests and remove ncc compilation (#32)

* Mocked tests and remove ncc compilation
* Update workflow.yml
* Update Dockerfile
This commit is contained in:
Simon Lecoq
2020-12-30 00:49:01 +01:00
committed by GitHub
parent 03bede5482
commit b4d0e85148
22 changed files with 6534 additions and 1263 deletions

View File

@@ -324,18 +324,18 @@ inputs:
description: Die on plugins errors
default: no
# Verify SVG after generation
# Test whether SVG can be correctly parsed (used for testing)
verify:
description: Verify SVG after genaration
default: no
# Enable debug mode
# Ensure you correctly put all sensitive informations in your repository secrets before !
debug:
description: Enable debug logs
default: no
# Verify SVG after generation
# Test whether SVG can be correctly parsed (used for testing)
verify:
description: Verify SVG after generation
default: no
# Debug flags (used for testing)
debug_flags:
description: Debug flags
@@ -346,3 +346,9 @@ inputs:
dryrun:
description: Enable dry-run
default: no
# Use mocked data
# Bypass external APIs which requires a token and sent mocked data (used for testing)
use_mocked_data:
description: Use mocked data instead of real APIs
default: no