Skip to content

Instantly share code, notes, and snippets.

View patricktunez123's full-sized avatar

Patrick TUNEZERWANE patricktunez123

View GitHub Profile
@patricktunez123
patricktunez123 / Jest_GitLab_CI.md
Created April 23, 2022 11:03 — forked from rishitells/Jest_GitLab_CI.md
Setting up Jest tests and coverage in GitLab CI

Configuring Jest Tests in GitLab CI

1. Add GitLab CI configuration file in the root

In the root of your project, add .gitlab-ci.yml with the configuration below.

image: node:latest

stages:
@patricktunez123
patricktunez123 / deployment_guide.md
Created May 13, 2021 20:55 — forked from vicgonvt/deployment_guide.md
Deployment Guide for Ubuntu Server from Scratch with Laravel