Skip to content

Commit

Permalink
Merge pull request #166 from KxSystems/KXI-31536
Browse files Browse the repository at this point in the history
KXI-31536: Datasource ui redesign
  • Loading branch information
ecmel authored Oct 27, 2023
2 parents a551923 + 0a98200 commit 647f8b6
Show file tree
Hide file tree
Showing 21 changed files with 2,362 additions and 5,440 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
name: lcov

- name: Install dependencies
run: yarn install
run: npm install

- name: SonarCloud Scan
uses: sonarsource/sonarqube-scan-action@master
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/prod_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@ jobs:
- name: Install dependencies
run: npm ci --include=dev
- name: Build VSIX file
run: yarn run build
run: npm run build
- name: Run Tests
run: xvfb-run -a yarn run test
run: xvfb-run -a npm run test
- name: Packaging
run: yarn run package
run: npm run package
- name: Upload artifact
uses: actions/upload-artifact@v3
with:
Expand All @@ -49,7 +49,7 @@ jobs:
node-version: 16.x

- name: Install dependencies
run: yarn install
run: npm install

- name: SonarCloud Scan
uses: sonarsource/sonarqube-scan-action@master
Expand Down Expand Up @@ -132,6 +132,6 @@ jobs:
# - name: Install dependencies
# run: npm ci --include=dev
# - name: Publish to VSCode Marketplace
# run: yarn run publish
# run: npm run publish
# env:
# VSCE_PAT: ${{ secrets.VSCE_PAT }}
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@ jobs:
- name: Install dependencies
run: npm ci --include=dev
- name: Build VSIX file
run: yarn run build
run: npm run build
- name: Run Tests
run: xvfb-run -a yarn run coverage
run: xvfb-run -a npm run coverage
- name: Packaging
run: yarn run package
run: npm run package
- name: Upload artifact
uses: actions/upload-artifact@v3
with:
Expand Down Expand Up @@ -56,7 +56,7 @@ jobs:
node-version: 16.x

- name: Install dependencies
run: yarn install
run: npm install

- name: get-npm-version
id: package-version
Expand Down
Loading

0 comments on commit 647f8b6

Please sign in to comment.