Skip to content

Commit

Permalink
edit build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
somramnani committed Nov 9, 2023
2 parents dffd159 + 3cc0c28 commit e21c730
Showing 1 changed file with 4 additions and 14 deletions.
18 changes: 4 additions & 14 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,27 +1,17 @@
name: CI/CD Pipeline

<<<<<<< HEAD
on:
push: [push]

=======
on: [push]
>>>>>>> 3cc0c28e8d418d08676a5d9e5efb3b3077863da3
jobs:
build:
runs-on: ubuntu-latest

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

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

- name: Install dependencies
run: npm install

- name: Build
run: npm run build

- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v3
env:
Expand Down

0 comments on commit e21c730

Please sign in to comment.