Skip to content

fix: use workign action flow for git static page #6

fix: use workign action flow for git static page

fix: use workign action flow for git static page #6

Workflow file for this run

name: Integration Testing on Code Change
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install dependencies
run: npm install
- name: Run tests
run: npm test