We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 736dc89 commit a9a7c8bCopy full SHA for a9a7c8b
.github/workflows/main.yml
@@ -28,9 +28,6 @@ jobs:
28
- name: Install dependencies
29
run: yarn install --frozen-lockfile
30
31
- - name: Build
32
- run: yarn build
33
-
34
- name: Run tests
35
run: yarn test:debug
36
.github/workflows/pr.yml
@@ -24,7 +24,5 @@ jobs:
24
node-version: ${{ matrix.node-version }}
25
26
run: yarn install
27
run: yarn test
0 commit comments