6:13
CI/CD Tutorial using GitHub Actions - Automated Testing & Automated Deployments
STARTER PROJECT SOURCE CODE: https://github.com/IAmTomShaw/github-actions-demo-project Want to automate your ...
4:54
GitHub Actions Tutorial – Using Actions from the GitHub Marketplace | Setup Node and Cache Example
... run: npm install - name: Run tests run: npm test Github Repo: https://github.com/DevTips-Daily/github-action-tutorial-1 Learn ...
8:18
How GitHub Actions 10x my productivity
Learn how to use GitHub actions continuous integration and delivery in a software development project. In this quick tutorial, we ...
9:11
Run Tests Automatically on Every Commit with GitHub Actions
Set up a Node.js project, install dependencies with npm ci, run Jest — and watch a failing test block a merge in a pull request.
1:51
Master GitHub Actions for Testers
Here's how to create a simple GitHub Action for running tests: -Create a .github/workflows directory in your repository. -Inside that ...
2:17
Automate Your Project Workflow in 2 Minutes with GitHub Actions ⚡
Stop manually testing your apps! In this video, I show you how to set up a professional-grade automation workflow using GitHub ...
21:19
Deploying Monorepo app using github workflow actions #11
Hi Everyone, This Video is a part of the Playlist "Uber Eats Clone" Application and we are covering everything from ground zero to ...
9:30
Running NodeJS Tests/CI with GitHub Actions/Workflow
In this video, we're going to be running our NodeJS tests/continuous integration with a GitHub Action/Workflow. We will be using ...
3:00
Automatically publishing tested Node.js packages on NPM with Github Actions
Github repository used in this demo: https://github.com/oscaralmqvist/npm-gha-demo This demo was a course assignment for ...
7:52
How To Publish To NPM From GitHub Actions
This videos shows how to use the new "trusted publishing" method of publishing NPM packages from CI, I am using GitHub ...
3:44
GitHub for Beginners: Clone, Install, and Run Any Repository
Every developer needs to know this! Learn how to download and run ANY GitHub project on your computer in minutes.
32:31
GitHub Actions Tutorial - Basic Concepts and CI/CD Pipeline with Docker
Grab your free DevOps Roadmap: https://bit.ly/3YC0r7Y Complete Github Actions Tutorial | GitHub Actions CI/CD | GitHub Actions ...
8:31
How to trigger Mocha testing framework for Node.js endpoint using github action workflow
This videos will show how to trigger mocha tet on Node.js endpoint using github actions.
4:00
Understanding YAML for GitHub Actions and Running tests
Want to finally understand YAML and how it powers GitHub Actions? In this video, we're breaking down the YAML syntax used in ...
7:27
How to integrate npm audit into github action workflow | DevSecOps Automation | SCA Scan
In this YouTube video, we explore the Software Component Analysis (SCA) focusing on utilizing the npm audit tool to scan ...
8:53
(08) Install Npm and Compile Assets using Github Actions | CI/CD GitHub Actions
Install Npm using Github Actions Compile assets using Github Actions Compile Laravel 9 assets using Github Actions Execute ...
9:38
How to add performance testing to CI/CD pipelines using k6 and GitHub Actions
Nicole van der Hoeven shows how to add performance testing to a CI/CD pipeline from scratch and for free, using k6 to write a test ...
26:24
Fully Automated npm publish using GitHub Actions and Semantic Release
Fully automated release!!! semantic-release automates the whole package release workflow including: determining the next ...
5:58
Caching Dependencies to SPEED UP Workflows in GitHub Actions
To make your GitHub Actions workflows faster and more efficient, you can start Caching Dependencies to SPEED UP Workflows ...
16:06
CI/CD with GitHub Actions - 02 - Creating workflow file
In this video series I demonstrate how we can setup a CI/CD workflow pipeline to automate our testing and deployment tasks.