tangled
alpha
login
or
join now
eldridge.cam
/
cartography
0
fork
atom
Trading card city builder game?
0
fork
atom
overview
issues
pulls
pipelines
fix ci
eldridge.cam
1 month ago
4135a5e1
fab71fed
+1
-1
1 changed file
expand all
collapse all
unified
split
.github
workflows
typescript.yml
+1
-1
.github/workflows/typescript.yml
···
85
85
with:
86
86
cache: npm
87
87
node-version-file: .node-version
88
88
-
working-directory: ./app
89
88
- name: Install node_modules
90
89
run: npm ci
90
90
+
working-directory: ./app
91
91
- name: Run test
92
92
run: npm test
93
93
working-directory: ./app