Skip to content

Commit c8d8555

Browse files
committed
fix
Signed-off-by: Jun Kimura <jun.kimura@datachain.jp>
1 parent 0a99209 commit c8d8555

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,7 @@ jobs:
3939
container:
4040
image: i386/rust:1.84
4141
steps:
42-
- name: Install Node
42+
- name: Checkout
4343
run: |
44-
apt update -y
45-
apt install -y nodejs npm
46-
- uses: actions/checkout@v2
47-
- run: cargo test
44+
git clone https://github.com/datachainlab/zkdcap && cd zkdcap && git checkout ${{ github.sha }}
45+
- run: cd zkdcap && cargo test

0 commit comments

Comments
 (0)