Skip to content

Commit efa8010

Browse files
committed
Cache test: Generate Scarb.lock instead of Scarb.toml
1 parent 07d8c84 commit efa8010

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

.github/workflows/ci.yml

+6-3
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,14 @@ jobs:
2121
steps:
2222
- uses: actions/checkout@v3
2323

24-
- name: "Create bare bones Scarb.toml for cache testing"
24+
- name: "Create bare bones Scarb.lock for cache testing"
2525
shell: bash
2626
run: |
27-
cat <<EOF > Scarb.toml
28-
[package]
27+
cat <<EOF > Scarb.lock
28+
# Code generated by scarb DO NOT EDIT.
29+
version = 1
30+
31+
[[package]]
2932
name = "example_package"
3033
version = "1.0.0"
3134
EOF

0 commit comments

Comments
 (0)