File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -117,9 +117,6 @@ jobs:
117117 run : yarn install --frozen-lockfile
118118 # End of yarn setup
119119
120- - name : typescript checks
121- run : yarn typescript
122-
123120 # We have to build all the packages before the tests
124121 # Because init-log4brains's integration tests use @log4brains/cli, which uses @log4brains/core
125122 # TODO: we should separate tests that require built packages of the others, to get a quicker feedback
@@ -130,6 +127,9 @@ jobs:
130127 yarn link-cli
131128 echo "$(yarn global bin)" >> $GITHUB_PATH
132129
130+ - name : typescript checks
131+ run : yarn typescript
132+
133133 - name : test
134134 run : yarn test
135135
Original file line number Diff line number Diff line change @@ -119,9 +119,6 @@ jobs:
119119 # - steps.yarn-lock.outcome == 'success' --> yarn.lock was not changed
120120 # - steps.yarn-lock.outcome == 'failure' --> yarn.lock was changed
121121
122- - name : typescript checks
123- run : yarn typescript
124-
125122 # We have to build all the packages before the tests
126123 # Because init-log4brains's integration tests use @log4brains/cli, which uses @log4brains/core
127124 # TODO: we should separate tests that require built packages of the others, to get a quicker feedback
@@ -132,6 +129,9 @@ jobs:
132129 yarn link-cli
133130 echo "$(yarn global bin)" >> $GITHUB_PATH
134131
132+ - name : typescript checks
133+ run : yarn typescript
134+
135135 - name : test changed packages
136136 if : ${{ steps.yarn-lock.outcome == 'success' }}
137137 run : yarn test --since origin/master
You can’t perform that action at this time.
0 commit comments