File tree 1 file changed +7
-4
lines changed
1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change 1
1
name : run Perf Test and collect data
2
-
2
+ env :
3
+ DOCKER_IMAGE_URL : " ghcr.io/meta-introspector/o1js/o1js-perf-recording:sha256:5ce0221662cecbca9a3de05601af94a15b154a3bcf8bafcb0cfa1f5b9f407bdc"
3
4
on :
4
5
workflow_dispatch :
5
6
push :
11
12
runs-on : ubuntu-latest
12
13
steps :
13
14
- uses : meta-introspector/checkout@v4
14
- with :
15
- submodules : recursive
15
+ # with:
16
+ # submodules: recursive
16
17
17
18
- name : Login to GHCR
18
19
uses : meta-introspector/login-action@v1
@@ -22,10 +23,12 @@ jobs:
22
23
password : ${{ secrets.GITHUB_TOKEN }}
23
24
24
25
- name : pull the image
25
- run : docker pull ghcr.io/meta-introspector/o1js/o1js-perf-recording:latest
26
+ run : docker pull ${DOCKER_IMAGE_URL}
26
27
27
28
- name : run the Docker tests
28
29
run : docker compose up mina-local-network
30
+ env :
31
+ DOCKER_IMAGE_URL : ${DOCKER_IMAGE_URL}
29
32
30
33
- name : docker cp results
31
34
run : docker compose cp mina-local-network:/tmp/perf.data.tar.gz perf.data.tar.gz
You can’t perform that action at this time.
0 commit comments