Skip to content

Commit

Permalink
fix(ci): run
Browse files Browse the repository at this point in the history
  • Loading branch information
regchiu committed May 25, 2024
1 parent a81c171 commit 470ba8a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: 18.x
- run: npm install:all
- run: npm build:webview
- run: xvfb-run -a npm test
- run: npm run install:all
- run: npm run build:webview
- run: xvfb-run -a npm run test
if: runner.os == 'Linux'
- run: npm test
- run: npm run test
if: runner.os != 'Linux'
- name: Publish
if: success() && startsWith(github.ref, 'refs/tags/') && matrix.os == 'ubuntu-latest'
Expand Down

0 comments on commit 470ba8a

Please sign in to comment.