Skip to content

Commit

Permalink
Fix CI 3
Browse files Browse the repository at this point in the history
  • Loading branch information
sneridagh committed Mar 20, 2024
1 parent 77c2e82 commit 684517d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/acceptance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,8 @@ jobs:
key: binary-${{ matrix.node-version }}-${{ hashFiles('pnpm-lock.yaml') }}

- run: pnpm i
- run: make install
- run: pnpm i

- name: "Cypress: Acceptance tests"
uses: cypress-io/github-action@v5
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/code.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ jobs:
${{ runner.os }}-pnpm-store-
- run: pnpm i
- run: make install
- run: pnpm i

- name: Linting
run: make lint
2 changes: 2 additions & 0 deletions .github/workflows/unit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ jobs:
${{ runner.os }}-pnpm-store-
- run: pnpm i
- run: make install
- run: pnpm i

- name: Unit tests
run: make test-ci

0 comments on commit 684517d

Please sign in to comment.