We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dec07e4 commit b1c0ca8Copy full SHA for b1c0ca8
.github/workflows/ci.yml
@@ -1,30 +1,5 @@
1
name: CI
2
3
-on:
4
- push:
5
- branches: [ main ]
6
- pull_request:
7
8
-
9
-jobs:
10
- build-test:
11
- runs-on: ubuntu-latest
12
- steps:
13
- - name: Checkout
14
- uses: actions/checkout@v4
15
- - name: Setup Node
16
- uses: actions/setup-node@v4
17
- with:
18
- node-version: '20'
19
- cache: 'npm'
20
- - name: Install
21
- run: npm ci
22
- - name: Build
23
- run: npm run build
24
- - name: Test
25
- run: npm test -- --ci
26
-name: CI
27
28
on:
29
push:
30
branches: [ main ]
0 commit comments