Skip to content

Commit

Permalink
[temporary][test][DO NOT MERGE] test where ovsx comes from
Browse files Browse the repository at this point in the history
After all publishing to openvsx works, so it must be installed from
somewhere.

Signed-off-by: Marc Dumais <marc.dumais@ericsson.com>
  • Loading branch information
marcdumais-work committed Sep 3, 2024
1 parent 117ddba commit 0ad246c
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,19 @@ jobs:
uses: coactions/setup-xvfb@v1
with:
run: yarn test

- name: Test for "ovsx" presence3
run: npx ovsx -V ; npx ovsx -V; ls node_modules/ovsx | true
- name: Test for "ovsx" presence3c
run: git status
- name: Test for "ovsx" presence4
run: pwd; ls -a; ls -al node_modules/ | true

- name: Test for "ovsx" presence1
run: which ovsx | true
- name: Test for "ovsx" presence2
run: ovsx -V | true

- name: Package as VSCode Extension
run: yarn vsce:package
# Save the extension .vsix file for potential publishing
Expand Down

0 comments on commit 0ad246c

Please sign in to comment.