Skip to content

Commit

Permalink
chore: added test-passing-badge and removed push from github workflow…
Browse files Browse the repository at this point in the history
… to run test
  • Loading branch information
Ashish Kumar authored and Ashish Kumar committed Jun 17, 2024
1 parent e3d2261 commit 6dae624
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 11 deletions.
22 changes: 11 additions & 11 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
name: Run Tests

on: [push, pull_request]
on: [pull_request]

jobs:
test:
runs-on: ubuntu-latest

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

- name: Set up Node.js
uses: actions/setup-node@v2
with:
node-version: '16'
- name: Set up Node.js
uses: actions/setup-node@v2
with:
node-version: "16"

- name: Install dependencies
run: npm install
- name: Install dependencies
run: npm install

- name: Run tests
run: npm test
- name: Run tests
run: npm test
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
![example workflow](https://github.com/nodeflip/nest-env-config/.github/workflows/test.yml/badge.svg)

# 🚀 Nest Environment Configuration Module

## Overview
Expand Down

0 comments on commit 6dae624

Please sign in to comment.