Skip to content

Commit 410419f

Browse files
author
Labby AI
committed
Setup CI
1 parent 26b64fa commit 410419f

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
name: End-to-End Pipeline
2+
on: [push]
3+
jobs:
4+
ci:
5+
runs-on: ubuntu-latest
6+
steps:
7+
- uses: actions/checkout@v4
8+
- uses: actions/setup-node@v3
9+
with:
10+
node-version: 16
11+
- run: npm install
12+
- run: npm test

0 commit comments

Comments
 (0)