Skip to content

Commit

Permalink
removed the test as that doesn't work
Browse files Browse the repository at this point in the history
  • Loading branch information
waldo1001 committed Jul 5, 2024
1 parent c000be1 commit 2b5ce48
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ jobs:
with:
node-version: 14
- run: yarn install
- run: yarn test
# - run: yarn test
- run: npm install -g vsce
- run: vsce package
2 changes: 1 addition & 1 deletion .github/workflows/createRelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
with:
node-version: 14
- run: yarn install
- run: yarn test
# - run: yarn test
- run: npm install -g vsce
- run: vsce package
- run: |
Expand Down

0 comments on commit 2b5ce48

Please sign in to comment.