Skip to content

Commit 28eb5da

Browse files
Update codefresh.yml
1 parent a807807 commit 28eb5da

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

codefresh.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@ steps:
1010

1111
unit_tests:
1212
title: Unit Tests
13-
image: ${{build_step}}
13+
image: ${{build_step}}
1414
fail_fast: false
1515
#working-directory : ${{initial-clone}}
1616
commands:
1717
#- npm install
1818
#- npm install -g gulp
19-
- npm test
19+
- npm test
2020

2121
push_to_registry:
2222
title: Push To Registry

0 commit comments

Comments
 (0)