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 b0f0c62 commit cd9bd95
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,13 +48,11 @@ jobs:
uses: actions/download-artifact@v4
with:
name: build
path: build
path: dist

- name: Node info
run: node -v

- name: "UI Tests - Chrome"
uses: cypress-io/github-action@v6

- run: ncp dist/ examples/dist/
- run: http-server examples -p 2222 -c-1 --silent --cors
- run: http-server tests/mocks -p 8181 -c-1 --silent --cors
Expand Down

0 comments on commit cd9bd95

Please sign in to comment.