Skip to content

Commit

Permalink
Testing CI
Browse files Browse the repository at this point in the history
  • Loading branch information
smickovskid committed Jun 5, 2024
1 parent 1f8e0a6 commit 819fa9a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/e2e_custom_cl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
uses: smartcontractkit/chainlink-github-actions/docker/image-exists@fc3e0df622521019f50d772726d6bf8dc919dd38 # v2.3.19
with:
repository: chainlink-solana-tests
tag: github.sha
tag: { { github.sha } }

Check failure on line 67 in .github/workflows/e2e_custom_cl.yml

View workflow job for this annotation

GitHub Actions / actionlint

[actionlint] .github/workflows/e2e_custom_cl.yml#L67

expected scalar node for string value but found mapping node with "!!map" tag [syntax-check]
Raw output
.github/workflows/e2e_custom_cl.yml:67:16: expected scalar node for string value but found mapping node with "!!map" tag [syntax-check]
AWS_REGION: ${{ secrets.QA_AWS_REGION }}
AWS_ROLE_TO_ASSUME: ${{ secrets.QA_AWS_ROLE_TO_ASSUME }}

Expand Down Expand Up @@ -157,12 +157,12 @@ jobs:
uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
with:
repository: smartcontractkit/chainlink-solana
ref: github.sha
ref: { { github.sha } }

Check failure on line 160 in .github/workflows/e2e_custom_cl.yml

View workflow job for this annotation

GitHub Actions / actionlint

[actionlint] .github/workflows/e2e_custom_cl.yml#L160

expected scalar node for string value but found mapping node with "!!map" tag [syntax-check]
Raw output
.github/workflows/e2e_custom_cl.yml:160:16: expected scalar node for string value but found mapping node with "!!map" tag [syntax-check]
- name: Build Test Image
if: (needs.changes.outputs.src == 'true' || github.event_name == 'workflow_dispatch') && needs.solana-test-image-exists.outputs.exists == 'false'

Check failure on line 162 in .github/workflows/e2e_custom_cl.yml

View workflow job for this annotation

GitHub Actions / actionlint

[actionlint] .github/workflows/e2e_custom_cl.yml#L162

property "changes" is not defined in object type {e2e_custom_build_artifacts: {outputs: {}; result: string}; solana-test-image-exists: {outputs: {exists: string}; result: string}} [expression]
Raw output
.github/workflows/e2e_custom_cl.yml:162:14: property "changes" is not defined in object type {e2e_custom_build_artifacts: {outputs: {}; result: string}; solana-test-image-exists: {outputs: {exists: string}; result: string}} [expression]
uses: ./.github/actions/build-test-image
with:
tag: github.sha
tag: { { github.sha } }

Check failure on line 165 in .github/workflows/e2e_custom_cl.yml

View workflow job for this annotation

GitHub Actions / actionlint

[actionlint] .github/workflows/e2e_custom_cl.yml#L165

expected scalar node for string value but found mapping node with "!!map" tag [syntax-check]
Raw output
.github/workflows/e2e_custom_cl.yml:165:16: expected scalar node for string value but found mapping node with "!!map" tag [syntax-check]
artifacts_path: ${{ env.CONTRACT_ARTIFACTS_PATH }}
QA_AWS_ROLE_TO_ASSUME: ${{ secrets.QA_AWS_ROLE_TO_ASSUME }}
QA_AWS_REGION: ${{ secrets.QA_AWS_REGION }}
Expand Down

0 comments on commit 819fa9a

Please sign in to comment.