We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b49e6c5 commit 0107f04Copy full SHA for 0107f04
1 file changed
.github/workflows/main.yml
@@ -22,6 +22,9 @@ jobs:
22
node-version: 24
23
cache: true
24
25
+ - name: Build
26
+ run: vp run -r build
27
+
28
- name: Check formatting, linting and type checks
29
run: vp check
30
@@ -35,9 +38,6 @@ jobs:
35
38
with:
36
39
token: ${{ secrets.CODECOV_TOKEN }}
37
40
- - name: Build
- run: vp run -r build
-
41
- name: Cypress run
42
uses: cypress-io/github-action@v7
43
0 commit comments