Skip to content

Commit 76af96c

Browse files
committed
another path
1 parent d8cb908 commit 76af96c

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/framework-build-cache.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,9 @@ jobs:
4747
with:
4848
repository: smartcontractkit/chainlink
4949
path: chainlink-repo
50+
- name: Debug
51+
run: |
52+
ls -lah
5053
- name: Run System Tests
5154
env:
5255
CTF_CONFIGS: ${{ matrix.test.config }}

framework/examples/myproject/build.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@
1616
[[nodeset.node_specs]]
1717

1818
[nodeset.node_specs.node]
19-
docker_ctx = "/home/runner/work/chainlink-testing-framework/chainlink-repo"
19+
docker_ctx = "/home/runner/work/chainlink-repo"
2020
docker_file = "plugins/chainlink.Dockerfile"

0 commit comments

Comments
 (0)