Skip to content

diverintech/shared-actions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 

Repository files navigation

shared-actions

This repository includes GitHub Actions that are shared among multiple repositories.

Available Actions for Node projects:

1. CI Tests

  • Path: /test-node-project/action.yml
  • Description: This action automates the testing process for Node.js projects. It caches dependencies, installs the necessary packages, and runs tests. If the tests fail, it uploads the test report for further investigation.

2. Build

  • Path: /build-node-project/action.yml
  • Description: This action automates the build process for Node.js projects. It installs dependencies, builds the project, and caches the results to speed up subsequent builds.

About

Reusable GitHub Actions for CI/CD automation

Resources

License

Stars

Watchers

Forks

Packages

No packages published