Skip to content

Commit

Permalink
Merge pull request #12 from tuanlc/dev
Browse files Browse the repository at this point in the history
fix Github action
  • Loading branch information
tuanlc authored Apr 1, 2023
2 parents 8245127 + 8f4a532 commit 59573fd
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 15 deletions.
16 changes: 4 additions & 12 deletions .github/main-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,10 @@ jobs:
uses: actions/checkout@v3

- name: Install Dependencies
run: |
cd api
npm ci
run: npm ci

- name: Code Linting
run: |
cd api
npm run lint
run: npm run lint
unit-test:
name: Unit test
runs-on: ubuntu-latest
Expand All @@ -43,11 +39,7 @@ jobs:
uses: actions/checkout@v3

- name: Install Dependencies
run: |
cd api
npm ci
run: npm ci

- name: Test
run: |
cd api
npm run test
run: npm run test
1 change: 0 additions & 1 deletion .travis.yml

This file was deleted.

2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
# Typescript Express.js Template

[![Build Status](https://travis-ci.org/tuanlc/typescript-expressjs-template.svg?branch=master)](https://travis-ci.org/tuanlc/typescript-expressjs-template)

The main purpose of this repository is to quickly create a template for Resful project which uses Typescript and Express.js framework.
I will try to keep this as up-to-date as possible, but community contributions and recommendations for improvements are encouraged and will be most welcome.

Expand Down

0 comments on commit 59573fd

Please sign in to comment.