diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 208cfeeb..86b23766 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -44,9 +44,9 @@ jobs: working-directory: example run: npm run test - # - name: Run lint for ${{ matrix.packages }} on ${{ matrix.node }} and ${{ matrix.os }} - # working-directory: example - # run: npm run lint + - name: Run lint for ${{ matrix.packages }} on ${{ matrix.node }} and ${{ matrix.os }} + working-directory: example + run: npm run lint - name: Set up JDK 17 for React Native build for ${{ matrix.packages }} on ${{ matrix.node }} and ${{ matrix.os }} if: matrix.packages == 'react-native-template-redux-typescript' || matrix.packages == 'expo-template-redux-typescript'