Skip to content

Commit

Permalink
Merge pull request #15 from ngx-primer/feature/accordion
Browse files Browse the repository at this point in the history
Feature/accordion
  • Loading branch information
elhakimdev authored Dec 1, 2024
2 parents 2d20ad8 + a46b9cb commit de72337
Show file tree
Hide file tree
Showing 68 changed files with 5,237 additions and 10,063 deletions.
58 changes: 29 additions & 29 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: Node.js CI

on:
push:
branches: [ "main", "develop" ]
branches: ['main', 'develop']
pull_request:
branches: [ "main", "develop" ]
branches: ['main', 'develop']

jobs:
build:
Expand All @@ -16,30 +16,30 @@ jobs:
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/

steps:
- uses: actions/checkout@v4
- name: Set up Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
cache: 'pnpm' # Cache pnpm instead of npm

# Install pnpm
- name: Install pnpm
run: npm install -g pnpm

# Install dependencies using pnpm
- name: Install Dependencies
run: pnpm install --frozen-lockfile

# Run build (Nx should handle the build, can be adjusted if specific commands are needed)
- name: Build the project
run: pnpm run build --if-present

# Run tests using Nx (adjust the test command if needed for Nx-specific testing)
- name: Run Tests
run: pnpm run test --if-present

# Optionally, you can also run linting if set up in Nx
- name: Run Lint
run: pnpm run lint --if-present
- uses: actions/checkout@v4

- name: Set up Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
cache: 'pnpm' # Cache pnpm instead of npm

# Install pnpm
- name: Install pnpm
run: npm install -g pnpm

# Install dependencies using pnpm
- name: Install Dependencies
run: pnpm install --frozen-lockfile

# Run build (Nx should handle the build, can be adjusted if specific commands are needed)
- name: Build the project
run: pnpm run build --if-present

# Run tests using Nx (adjust the test command if needed for Nx-specific testing)
- name: Run Tests
run: pnpm run test --if-present

# Optionally, you can also run linting if set up in Nx
- name: Run Lint
run: pnpm run lint --if-present
9 changes: 0 additions & 9 deletions apps/documentations-e2e/project.json

This file was deleted.

15 changes: 0 additions & 15 deletions apps/documentations/index.html

This file was deleted.

21 changes: 0 additions & 21 deletions apps/documentations/jest.config.ts

This file was deleted.

23 changes: 0 additions & 23 deletions apps/documentations/package.json

This file was deleted.

71 changes: 0 additions & 71 deletions apps/documentations/project.json

This file was deleted.

Loading

0 comments on commit de72337

Please sign in to comment.