feat: support more than one currency for FXP participants #92
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: PR Checks | |
on: | |
pull_request: | |
branches: [ main ] | |
## | |
# Re-usable workflows can be found at https://github.com/modusbox/github-actions-node | |
## | |
jobs: | |
test_lint: | |
uses: infitx-org/github-actions-node/.github/workflows/testLintJob.yml@v0.0.4 | |
test_dependencies: | |
uses: infitx-org/github-actions-node/.github/workflows/testDependencyJob.yml@v0.0.4 | |
test_audit: | |
uses: infitx-org/github-actions-node/.github/workflows/testAuditJob.yml@v0.0.4 | |
test_license: | |
uses: infitx-org/github-actions-node/.github/workflows/testLicenseJob.yml@v0.0.4 | |
# TODO: Uncomment if unit tests added | |
# test_unit: | |
# uses: infitx-org/github-actions-node/.github/workflows/testUnitJob.yml@v0.0.4 | |
# TODO: Test coverage applies to unit tests and since there is none is commentted out | |
# test_coverage: | |
# uses: infitx-org/github-actions-node/.github/workflows/testCoverageJob.yml@v0.0.4 | |
test_int: | |
uses: infitx-org/github-actions-node/.github/workflows/testIntJob.yml@v0.0.4 | |
test_func: | |
uses: ./.github/workflows/testFuncJob.yml |