Skip to content

Commit

Permalink
Add test-circular-deps script
Browse files Browse the repository at this point in the history
  • Loading branch information
marcofugaro committed Oct 9, 2023
1 parent 5ef9a2b commit 0142dc0
Show file tree
Hide file tree
Showing 3 changed files with 395 additions and 10 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,23 @@ jobs:
- name: === Unit testing ===
run: npm run test-unit

circular:
name: Circular dependencies testing
runs-on: ubuntu-latest
steps:
- name: Git checkout
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4
- name: Install Node
uses: actions/setup-node@5e21ff4d9bc1a8cf6de233a3057d20ec6b3fb69d # v3
with:
node-version: 18
cache: 'npm'
- name: Install dependencies
run: npm ci

- name: === Circular dependencies testing ===
run: npm run test-circular-deps

e2e:
name: E2E testing
runs-on: ${{ matrix.os }}
Expand Down
Loading

0 comments on commit 0142dc0

Please sign in to comment.