Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
name: Continuos Integration

on: pull_request
on: pull_request

jobs:
continuos-integration:
runs-on: ubuntu-latest
continuos-integrations:
runs-on: ubunti-latest

steps:
- uses: actions/checkout@v3
- name: Using Node.js
uses: actions/setup-node@v2
with:
node-version: 16.
node-version: 18.
- name: run install, build and test
run: |
npm install
npm run build
npm run test
npm run build
npm test