We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8cb908 commit 76af96cCopy full SHA for 76af96c
.github/workflows/framework-build-cache.yml
@@ -47,6 +47,9 @@ jobs:
47
with:
48
repository: smartcontractkit/chainlink
49
path: chainlink-repo
50
+ - name: Debug
51
+ run: |
52
+ ls -lah
53
- name: Run System Tests
54
env:
55
CTF_CONFIGS: ${{ matrix.test.config }}
framework/examples/myproject/build.toml
@@ -16,5 +16,5 @@
16
[[nodeset.node_specs]]
17
18
[nodeset.node_specs.node]
19
- docker_ctx = "/home/runner/work/chainlink-testing-framework/chainlink-repo"
+ docker_ctx = "/home/runner/work/chainlink-repo"
20
docker_file = "plugins/chainlink.Dockerfile"
0 commit comments