From fcb2ed0d5e4e7f2be27306550b998c81d3e76226 Mon Sep 17 00:00:00 2001 From: Mike Reinstein Date: Fri, 14 Jan 2022 20:04:55 -0800 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 30fe939..8335701 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -23,6 +23,10 @@ jobs: # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it - uses: actions/checkout@v2 + # Runs a single command using the runners shell + - name: setup + run: npm install + # Runs a single command using the runners shell - name: tests run: npm test