From 68f63683f1439eec0eed4701cc58b9f02410fe65 Mon Sep 17 00:00:00 2001 From: Felipe Knorr Kuhn <100320+knorrium@users.noreply.github.com> Date: Thu, 21 Jul 2022 23:10:41 -0700 Subject: [PATCH] Remove wrong path setting --- .github/workflows/cypress.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/cypress.yml b/.github/workflows/cypress.yml index d6b93e303..7cace626c 100644 --- a/.github/workflows/cypress.yml +++ b/.github/workflows/cypress.yml @@ -38,7 +38,6 @@ jobs: node-version: 16.15.0 cache: 'npm' cache-dependency-path: ${{ matrix.module }}/frontend/package-lock.json - path: ${{ matrix.module }} - name: Chrome browser tests (${{ matrix.module }}) uses: cypress-io/github-action@v4