We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79e2237 commit 937ea77Copy full SHA for 937ea77
.github/workflows/code-test.yml
@@ -1,18 +1,18 @@
1
-name: Unit Tests
2
-
3
-on: [ push, pull_request ]
4
5
-jobs:
6
- checks:
7
- runs-on: ubuntu-latest
8
- steps:
9
- - uses: actions/checkout@v4
10
- - uses: actions/setup-node@v3
11
- with:
12
- node-version: '22'
13
- cache: 'yarn'
14
- - run: yarn install --frozen-lockfile
15
- - run: npx webpack
16
- - run: yarn run test
17
- - uses: codecov/codecov-action@v3
+#name: Unit Tests
+#
+#on: [ push, pull_request ]
+#jobs:
+# checks:
+# runs-on: ubuntu-latest
+# steps:
+# - uses: actions/checkout@v4
+# - uses: actions/setup-node@v3
+# with:
+# node-version: '22'
+# cache: 'yarn'
+# - run: yarn install --frozen-lockfile
+# - run: npx webpack
+# - run: yarn run test
+# - uses: codecov/codecov-action@v3
18
0 commit comments