Skip to content

Commit d371b33

Browse files
David LealDavid Leal
authored andcommitted
fix: update workflow configuration
1 parent 9fefa62 commit d371b33

1 file changed

Lines changed: 1 addition & 23 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 1 addition & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -3,26 +3,4 @@ name: CI
33
on:
44
pull_request:
55
branches:
6-
- main
7-
8-
jobs:
9-
build-and-test:
10-
runs-on: ubuntu-latest
11-
12-
steps:
13-
- name: Checkout code
14-
uses: actions/checkout@v4
15-
16-
- name: Set up Node.js
17-
uses: actions/setup-node@v4
18-
with:
19-
node-version: '20'
20-
21-
- name: Install dependencies
22-
run: npm ci
23-
24-
- name: Build TypeScript (production)
25-
run: npm run build
26-
27-
- name: Run tests (local Node.js + mocks)
28-
run: npm test
6+
- main

0 commit comments

Comments
 (0)