Skip to content

chore: add some screenshoots for ci/cd testing and update README.md #7

chore: add some screenshoots for ci/cd testing and update README.md

chore: add some screenshoots for ci/cd testing and update README.md #7

Workflow file for this run

name: Continuous Integration
on:
pull_request:
branches:
- main
jobs:
automation-test-job:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node-version }}
- name: npm install and test
run: |
npm install
npm run ci:test