Skip to content

Commit

Permalink
updated
Browse files Browse the repository at this point in the history
  • Loading branch information
jimmychu0807 committed Apr 2, 2024
1 parent b2cecd9 commit 3d18f32
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/substrate-rpc-tester.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ jobs:
matrix:
deno: ["1.41"]
runs-on: ubuntu-latest

container:
image: cesslab/cess-chain:testnet
ports:
- 9944

services:
cess-chain:
image: cesslab/cess-chain:testnet
ports:
- 9944
options: "--entrypoint ./cess-node -dev"
steps:
- uses: actions/checkout@v3
- uses: denoland/setup-deno@v1
Expand Down

0 comments on commit 3d18f32

Please sign in to comment.