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