Skip to content

Commit

Permalink
nodejiebademo
Browse files Browse the repository at this point in the history
  • Loading branch information
yanyiwu committed Jul 28, 2024
1 parent dfa2353 commit 30ffcd0
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test_latest_npmpack.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# This workflow will do a clean install of node dependencies, cache/restore them, build the source code and run tests across different versions of node
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-nodejs-with-github-actions

name: test_latest_npmpack
name: nodejiebademo

on:
push:
paths:
- 'nodejs/nodejieba/test_latest_npmpack/*'
- '.github/workflows/test_latest_npmpack.yml'
- 'nodejiebademo/*'
- '.github/workflows/nodejiebademo.yml'
pull_request:

jobs:
Expand All @@ -32,6 +32,6 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
- run: |
cd ${{github.workspace}}/nodejs/nodejieba/test_latest_npmpack
${{github.workspace}}/nodejiebademo
npm ci
npm test

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "testnodejieba",
"name": "nodejiebademo",
"version": "1.0.0",
"main": "index.js",
"scripts": {
Expand Down
File renamed without changes.

0 comments on commit 30ffcd0

Please sign in to comment.