Skip to content

Commit 90db2b7

Browse files
committed
ci: finally?
1 parent 2f02c17 commit 90db2b7

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.circleci/config.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,7 @@ jobs:
3434
steps:
3535
- attach_workspace:
3636
at: ~/project/vuefire
37-
- run: pwd
38-
- run: ls
39-
- run: cd vuefire/packages/@posva/vuefire-core
40-
- run: pwd
41-
- run: npm test
37+
- run: cd vuefire/packages/@posva/vuefire-core && npm test
4238

4339
vuefire:
4440
<<: *defaults

0 commit comments

Comments
 (0)