tangled
alpha
login
or
join now
nandi.latha.org
/
spin
0
fork
atom
this repo has no description
0
fork
atom
overview
issues
pulls
pipelines
Add test step to build workflow
nandi
5 months ago
ef9b3cfe
f9c25e10
0/0
Waiting for spindle ...
+4
-1
1 changed file
expand all
collapse all
unified
split
.tangled
workflows
build.yml
+4
-1
.tangled/workflows/build.yml
···
4
4
engine: "nixery"
5
5
dependencies:
6
6
nixpkgs:
7
7
-
- pnpm
7
7
+
- pnpm
8
8
+
steps:
9
9
+
- name: "run tests"
10
10
+
command: "pnpm test"