Skip to content

Commit

Permalink
chore: ci config
Browse files Browse the repository at this point in the history
  • Loading branch information
EvolveArt committed Oct 2, 2024
1 parent 0f47ff5 commit 89adc9b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
coverage:
permissions:
pull-requests: write
runs-on: karnot-arc-runner-set
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup build deps
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:

jobs:
build:
runs-on: karnot-arc-runner-set
runs-on: ubuntu-latest

steps:
- name: Checkout repository
Expand Down
4 changes: 3 additions & 1 deletion infra/pragma/pragma-env.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@ environments:
repos:
madara:
image: apoorvsadana/madara:85fb08e3cfec70a47999c4b2909ff1e4536040ad
files:
chain_config_url: "https://github.com/astraly-labs/madara/blob/main/infra/pragma/pragma-devnet.yaml"
config:
--network: "devnet"
--chain-config-path: "./pragma-devnet.yaml"
--chain-config-path: "/var/madara/presets/config.yaml"
--devnet: ""

0 comments on commit 89adc9b

Please sign in to comment.