Skip to content

Commit 64c11f6

Browse files
committed
Revert "chore: implement some kind of integration tests through calling build"
This reverts commit b230855.
1 parent 9290305 commit 64c11f6

File tree

1 file changed

+9
-30
lines changed

1 file changed

+9
-30
lines changed

.github/workflows/ci.yml

+9-30
Original file line numberDiff line numberDiff line change
@@ -9,35 +9,14 @@ jobs:
99
lint:
1010
runs-on: ubuntu-latest
1111
steps:
12-
- name: Checkout
13-
uses: actions/checkout@v3
12+
- name: Checkout
13+
uses: actions/checkout@v1
1414

15-
- name: Vale
16-
uses: errata-ai/vale-action@reviewdog
17-
with:
18-
files: content/blog/
19-
onlyAnnotateModifiedLines: true
20-
env:
21-
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
15+
- name: Vale
16+
uses: errata-ai/vale-action@reviewdog
17+
with:
18+
files: content/blog/
19+
onlyAnnotateModifiedLines: true
2220

23-
ci:
24-
needs: lint
25-
runs-on: ubuntu-latest
26-
steps:
27-
- name: Checkout
28-
uses: actions/checkout@v3
29-
30-
- name: Set Node.js 20.x
31-
uses: actions/setup-node@v3
32-
with:
33-
node-version: 20.x
34-
35-
- name: Install project dependencies
36-
uses: borales/actions-yarn@v4
37-
with:
38-
cmd: install
39-
40-
- name: Build production blog
41-
uses: borales/actions-yarn@v4
42-
with:
43-
cmd: build
21+
env:
22+
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}

0 commit comments

Comments
 (0)