Skip to content

Commit

Permalink
Create ci_test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ZinxValkyria authored May 13, 2024
1 parent aa65025 commit 22752cb
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/ci_test.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: CI

on:
push:
branches:
- main

jobs:
build:
runs-on: ubuntu-latest

steps:
- name: Checkout code
uses: actions/checkout@v2

- name: Install dependencies
run: npm install

- name: Run tests
run: npm test

0 comments on commit 22752cb

Please sign in to comment.