Skip to content

Sync Code and Check SetupDeploy Action script #61

Sync Code and Check SetupDeploy Action script

Sync Code and Check SetupDeploy Action script #61

Workflow file for this run

name: CI Tutorial
on:
push:
branches:
- main
pull_request:
branches:
- deploy
jobs:
"run-jest-tests":
runs-on: learn-continuous-integration
steps:
- name: Checkout Repository
uses: actions/checkout@v3
- name: Install Dependencies
run: npm install
- name: Run Tests
run: npm run test