Skip to content

Commit

Permalink
[dev] fix test scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
electrovir committed Jan 4, 2024
1 parent ae2c812 commit 77948d9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-for-gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ jobs:
node-version-file: '.nvmrc'
- name: build
run: |
npm i
npm run build
npm ci
npm run docs
- uses: JamesIves/github-pages-deploy-action@v4
with:
branch: 'gh-pages'
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,10 @@ jobs:
- name: update npm
run: npm i -g npm@latest
- name: Install Node Modules
run: npm i
run: npm ci
- name: Install Playwright
run: npx playwright install --with-deps
- name: Compile element-vir
run: npm run compile
- name: Run All Tests
run: npm run test:all

0 comments on commit 77948d9

Please sign in to comment.