Skip to content

Merge pull request #1836 from KOSASIH/dependabot/pip/blockchain_integ… #7726

Merge pull request #1836 from KOSASIH/dependabot/pip/blockchain_integ…

Merge pull request #1836 from KOSASIH/dependabot/pip/blockchain_integ… #7726

Workflow file for this run

# .github/workflows/ci-cd.yml
name: CI/CD Pipeline
on:
push:
branches:
- main
jobs:
build-and-deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Install dependencies
run: npm install
- name: Run tests
run: npm test
- name: Build and deploy
env:
NODE_ENV: production
run: npm run build && npm run deploy