Skip to content

Commit

Permalink
wipwip
Browse files Browse the repository at this point in the history
  • Loading branch information
utdemir committed Jun 16, 2023
1 parent b7ab081 commit 40d1397
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/build_and_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,6 @@ on:
jobs:
build-and-test:
runs-on: ubuntu-latest
defaults:
run:
working-directory: composable-indexes
steps:
- name: Checkout
uses: actions/checkout@v3
Expand All @@ -20,5 +17,4 @@ jobs:
node-version: 20
cache: 'npm'
- run: npm install
- run: npm run test --workspaces --if-present
- run: npm run coverage
- run: npm run test --workspaces --if-present
1 change: 1 addition & 0 deletions .github/workflows/publish_docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ jobs:
node-version: 20
cache: 'npm'
- run: npm install
- run: npm run build --workspace core
- run: npm run docs --workspace core --workspace docs

- name: Setup Pages
Expand Down

0 comments on commit 40d1397

Please sign in to comment.