24
24
build-pc-artifacts :
25
25
runs-on : ubuntu-latest
26
26
steps :
27
- - uses : ./.github/workflows/modules/build-pc-artifacts.yml
27
+ - uses : ./.github/workflows/modules/artifacts/ build-pc-artifacts.yml
28
28
with :
29
29
sha : ${{ inputs.sha }}
30
30
tag : ${{ inputs.tag }}
33
33
needs : build-pc-artifacts
34
34
runs-on : ubuntu-latest
35
35
steps :
36
- - uses : ./.github/workflows/modules/build-and-publish-ecr-image.yml
36
+ - uses : ./.github/workflows/modules/images/ build-and-publish-ecr-image.yml
37
37
with :
38
38
sha : ${{ inputs.sha }}
39
39
tag : ${{ inputs.tag }}
@@ -55,14 +55,14 @@ jobs:
55
55
echo "::set-output name=release::$release"
56
56
57
57
- name : Call Download Artifact Workflow
58
- uses : ./.github/workflows/modules/download-pcsc-artifact.yml
58
+ uses : ./.github/workflows/modules/artifacts/ download-pcsc-artifact.yml
59
59
with :
60
60
release : ${{ steps.extract-release.outputs.release }}
61
61
artifact : " Specify-your-artifact-name-here"
62
62
63
63
local-environment-tests :
64
64
needs : [build-pc-artifacts, partner-chains-smart-contracts]
65
- uses : ./.github/workflows/modules/local-environment-tests.yml
65
+ uses : ./.github/workflows/modules/tests/ local-environment-tests.yml
66
66
with :
67
67
tag : ${{ inputs.tag }}
68
68
image : ${{ secrets.ECR_REGISTRY_SECRET }}/substrate-node:${{ inputs.sha }}
@@ -175,13 +175,13 @@ jobs:
175
175
176
176
deploy-staging-preview :
177
177
needs : chain-specs
178
- uses : ./.github/workflows/modules/staging-preview-deploy.yml
178
+ uses : ./.github/workflows/modules/deploy/ staging-preview-deploy.yml
179
179
with :
180
180
image : ${{ secrets.ECR_REGISTRY_SECRET }}/substrate-node:${{ inputs.sha }}
181
181
chain-spec-secret : staging-chain-spec-${{ inputs.sha }}
182
182
183
183
build-and-publish-ghcr-image :
184
- uses : ./.github/workflows/modules/build-and-publish-ghcr-image.yml
184
+ uses : ./.github/workflows/modules/images/ build-and-publish-ghcr-image.yml
185
185
with :
186
186
sha : ${{ inputs.sha }}
187
187
tag : ${{ inputs.tag }}
0 commit comments