Skip to content

Commit

Permalink
Testing
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcin-Radecki committed May 13, 2024
1 parent 70442ea commit 32b1760
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/featurenet-create.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ jobs:
steps:
- name: Get aleph-node fqdn path
id: get-fqdns
uses: Cardinal-Cryptography/github-actions/get-aleph-node-fqdn-image@v6
uses: Cardinal-Cryptography/github-actions/get-aleph-node-fqdn-image@A0-4268
with:
ref: ${{ inputs.ref }}
test-binary: ${{ inputs.short-session == true && 'true' || 'false' }}
Expand Down Expand Up @@ -163,7 +163,7 @@ jobs:
# to prevent this job to be skipped when on of the parent jobs is skipped
if: ${{ !cancelled() }}
name: Create featurenet
uses: Cardinal-Cryptography/github-actions/.github/workflows/_featurenet-create.yml@v6
uses: Cardinal-Cryptography/github-actions/.github/workflows/_featurenet-create.yml@A0-4268
secrets: inherit
with:
featurenet-name: ${{ inputs.featurenet-name }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/featurenet-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:
steps:
- name: Get aleph-node fqdn path
id: get-fqdns
uses: Cardinal-Cryptography/github-actions/get-aleph-node-fqdn-image@v6
uses: Cardinal-Cryptography/github-actions/get-aleph-node-fqdn-image@A0-4268
with:
ref: ${{ inputs.ref }}
test-binary: ${{ inputs.short-session == true && 'true' || 'false' }}
Expand All @@ -105,7 +105,7 @@ jobs:
# to prevent this job to be skipped when on of the parent jobs is skipped
if: ${{ !cancelled() }}
name: Update featurenet
uses: Cardinal-Cryptography/github-actions/.github/workflows/_featurenet-update.yml@v6
uses: Cardinal-Cryptography/github-actions/.github/workflows/_featurenet-update.yml@A0-4268
secrets: inherit
with:
featurenet-name: ${{ inputs.featurenet-name }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nightly-fe-e2e-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
steps:
- name: Get aleph-node fqdn path from ${{ github.ref }}
id: get-fqdns
uses: Cardinal-Cryptography/github-actions/get-aleph-node-fqdn-image@v6
uses: Cardinal-Cryptography/github-actions/get-aleph-node-fqdn-image@A0-4268
with:
ref: ${{ github.ref }}
test-binary: 'false'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/on-main-or-release-branch-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
steps:
- name: Get FQDNs
id: get-fqdns
uses: Cardinal-Cryptography/github-actions/get-aleph-node-fqdn-image@v6
uses: Cardinal-Cryptography/github-actions/get-aleph-node-fqdn-image@A0-4268
with:
ref: ${{ github.ref }}
ecr-dev-node-repo: ${{ vars.ECR_DEV_ALEPH_NODE_REPO }}
Expand Down

0 comments on commit 32b1760

Please sign in to comment.