We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 71d6bff commit 643c25eCopy full SHA for 643c25e
2 files changed
.semaphore/semaphore.yml
@@ -22,5 +22,5 @@ blocks:
22
- sudo janet bootstrap.janet
23
- cd
24
- checkout
25
- - sudo jpm deps
26
- - judge
+ - jpm load-lockfile --local
+ - ./test.sh
README.md
@@ -38,7 +38,7 @@ website](https://www.hackberry.dev/alas/).
38
Install dependencies with:
39
40
```sh
41
-jpm deps --local
+jpm load-lockfile --local
42
```
43
44
Run tests with:
0 commit comments