@@ -38,46 +38,46 @@ jobs:
38
38
- name : Upload Coverage to Codecov
39
39
run : bash <(curl -s https://codecov.io/bash) -t ${{ secrets.COVERAGE_KEY }} -f coverage/lcov.info
40
40
41
- lint1 :
42
- runs-on : ubuntu-latest
43
- steps :
44
- - name : Checkout
45
- uses : actions/checkout@v3
46
-
47
- - name : Setup
48
- uses : ./.github/actions/setup
49
-
50
- # - name: Set up Node.js
51
- # uses: actions/setup-node@v3
52
- # with:
53
- # node-version-file: .nvmrc
54
- #
55
- # - name: Install Yarn
56
- # run: |
57
- # curl -o- -L https://yarnpkg.com/install.sh | bash
58
- # # export PATH="$HOME/.yarn/bin:$PATH"
41
+ # lint1:
42
+ # runs-on: ubuntu-latest
43
+ # steps:
44
+ # - name: Checkout
45
+ # uses: actions/checkout@v3
59
46
#
60
- # - name: Check for yarn.lock
61
- # run: |
62
- # if [ ! -f yarn.lock ]; then
63
- # echo "yarn.lock file is missing. Please run 'yarn install' to generate one."
64
- # exit 1
65
- # fi
47
+ # - name: Setup
48
+ # uses: ./.github/actions/setup
66
49
#
67
- # - name: Install dependencies
68
- # run: yarn install
69
-
70
- - name : Lint files
71
- run : yarn lint
72
-
73
- - name : Typecheck files
74
- run : yarn typecheck
75
-
76
- - name : Run unit tests
77
- run : yarn test --maxWorkers=2 --coverage
78
-
79
- - name : Upload coverage to Codecov
80
- run : bash <(curl -s https://codecov.io/bash) -t ${{ secrets.COVERAGE_KEY }} -f coverage/lcov.info
50
+ # # - name: Set up Node.js
51
+ # # uses: actions/setup-node@v3
52
+ # # with:
53
+ # # node-version-file: .nvmrc
54
+ # #
55
+ # # - name: Install Yarn
56
+ # # run: |
57
+ # # curl -o- -L https://yarnpkg.com/install.sh | bash
58
+ # ## export PATH="$HOME/.yarn/bin:$PATH"
59
+ # #
60
+ # # - name: Check for yarn.lock
61
+ # # run: |
62
+ # # if [ ! -f yarn.lock ]; then
63
+ # # echo "yarn.lock file is missing. Please run 'yarn install' to generate one."
64
+ # # exit 1
65
+ # # fi
66
+ # #
67
+ # # - name: Install dependencies
68
+ # # run: yarn install
69
+ #
70
+ # - name: Lint files
71
+ # run: yarn lint
72
+ #
73
+ # - name: Typecheck files
74
+ # run: yarn typecheck
75
+ #
76
+ # - name: Run unit tests
77
+ # run: yarn test --maxWorkers=2 --coverage
78
+ #
79
+ # - name: Upload coverage to Codecov
80
+ # run: bash <(curl -s https://codecov.io/bash) -t ${{ secrets.COVERAGE_KEY }} -f coverage/lcov.info
81
81
82
82
# build-library:
83
83
# runs-on: ubuntu-latest
0 commit comments