Skip to content

Commit

Permalink
node yml update 4
Browse files Browse the repository at this point in the history
  • Loading branch information
akozma89 committed Dec 20, 2023
1 parent c326584 commit f53ed19
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,6 @@ jobs:
runs-on: ubuntu-latest

steps:
- name: Checkout repository
uses: actions/checkout@v3

- name: Run lint
run: npm run lint:ci

Expand All @@ -36,9 +33,6 @@ jobs:
runs-on: ubuntu-latest

steps:
- name: Checkout repository
uses: actions/checkout@v3

- name: Run unit tests
run: npm run test:ci

Expand All @@ -47,9 +41,6 @@ jobs:
runs-on: ubuntu-latest

steps:
- name: Checkout repository
uses: actions/checkout@v3

- name: Start development server
run: ng serve --port 4200

Expand Down

0 comments on commit f53ed19

Please sign in to comment.