Skip to content

Commit

Permalink
build: update node.js.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
paulpestov authored May 16, 2024
1 parent c5971ba commit 1e3ad25
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ on:
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [16, 18]
# strategy:
# matrix:
# node-version: [16, 18]
steps:
- uses: actions/checkout@v4
- name: Get npm cache directory
Expand All @@ -39,14 +39,14 @@ jobs:
- name: Install dependencies
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
# with:
# node-version: ${{ matrix.node-version }}
- name: Run tests
run: |
npm ci
npm run build
cp -r dist/ examples/dist/
npm run serve:prod
http-server examples -p 2222 -c-1 --silent --cors
npm run test:e2e
# - name: Save test video folder
# if: always()
Expand Down

0 comments on commit 1e3ad25

Please sign in to comment.