diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index c64e9b2..dbcaa8a 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -10,6 +10,8 @@ jobs: steps: - name: Checkout uses: actions/checkout@v1 + - name: Install Dependencies + run: npm install - name: Headless Chrome uses: cypress-io/github-action@v2 timeout-minutes: 10