-
Notifications
You must be signed in to change notification settings - Fork 37
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: Use contract test service action. (#125)
- Loading branch information
1 parent
ee96d29
commit c7c27b3
Showing
2 changed files
with
12 additions
and
4 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,6 +8,9 @@ inputs: | |
description: "If true, run unit tests, otherwise skip them." | ||
required: false | ||
default: "true" | ||
github_token: | ||
description: "Github token used to access contract test harness." | ||
required: true | ||
|
||
runs: | ||
using: composite | ||
|
@@ -24,5 +27,8 @@ runs: | |
shell: bash | ||
- run: make start-contract-test-service-bg | ||
shell: bash | ||
- run: make run-contract-tests | ||
shell: bash | ||
- uses: launchdarkly/gh-actions/actions/[email protected] | ||
with: | ||
test_service_port: 8000 | ||
token: ${{ inputs.github_token }} | ||
extra_params: '--skip-from=./test-service/testharness-suppressions.txt' |
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