Skip to content

Commit

Permalink
Update integration-testing to use nctl
Browse files Browse the repository at this point in the history
  • Loading branch information
davidatwhiletrue authored Jul 17, 2023
1 parent 6735d6e commit 0e97292
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/integration-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,21 @@ jobs:
# The type of runner that the job will run on
runs-on: ubuntu-latest

# Service containers to run with `runner-job`
services:
# Label used to access the service container
casper-nctl:
# Docker Hub image
image: makesoftware/casper-nctl:latest
options: --name casper-nctl
env:
DEPLOY_DELAY: '5sec'
ports:
# Opens RPC, REST and events ports on the host and service container
- 11101:11101
- 14101:14101
- 18101:18101
- 25101:25101
steps:
- uses: actions/checkout@v2
- name: Setup .NET
Expand Down

0 comments on commit 0e97292

Please sign in to comment.