Git Product home page Git Product logo

my-ci-work-flow's Introduction

Task 1 # my-ci-work-flow • Create Repository: o This establishes a new project repository on GitHub to store your code and configurations. • Set up CI Workflow: o GitHub Actions: An automation tool that runs workflows (scripts) in response to events like code pushes and pull requests. o ci.yml: A YAML configuration file defining the CI workflow. • Workflow Configuration: o Triggers (on): Specifies events that start the workflow (e.g., push and pull_request to main). o Jobs (jobs): Defines tasks to run as part of the workflow. o Steps (steps): Individual commands and actions to execute:  Checkout: Uses actions/checkout@v2 to pull the latest code from the repository.  Set up Node.js: Uses actions/setup-node@v2 to install the specified Node.js version.  Run Script: Executes a simple shell command to print a message. Task 2 # Edited first task ci.yml file and - Enhance the CI workflow to include build and test steps. Enhance the CI workflow to install dependencies (npm install) and run tests (npm test).

  • Ensure the workflow runs on every push and pull request to the main branch.

my-ci-work-flow's People

Contributors

abdulmateennagthan68 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.