diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index feabf1e5..55736509 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -35,9 +35,6 @@ jobs: - name: Install dependencies run: yarn install - - name: Build packages - run: yarn build:packages - - name: Cypress run uses: cypress-io/github-action@v2 with: @@ -57,3 +54,6 @@ jobs: with: name: cypress-videos path: tests/cypress/videos + + - name: Build packages + run: yarn build:packages \ No newline at end of file