Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
biezhihua committed Jan 30, 2024
1 parent 627776a commit 6b97b67
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 20 deletions.
40 changes: 20 additions & 20 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
@@ -1,28 +1,28 @@
# This workflow will do a clean installation of node dependencies, cache/restore them, build the source code and run tests across different versions of node
# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-nodejs

name: Node.js CI
# name: Node.js CI

on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
# on:
# push:
# branches: [ "main" ]
# pull_request:
# branches: [ "main" ]

jobs:
build:
# jobs:
# build:

runs-on: ubuntu-latest
# runs-on: ubuntu-latest

strategy:
matrix:
node-version: [20.x]
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
# strategy:
# matrix:
# node-version: [20.x]
# # See supported Node.js release schedule at https://nodejs.org/en/about/releases/

steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
- run: cd ./soda_resource_tools_webui && pwd && yarn install
- run: cd ./soda_resource_tools_webui && pwd && yarn run build --if-present
# - run: cd ./soda_resource_tools_webui && pwd && yarn test
# steps:
# - uses: actions/checkout@v3
# - name: Use Node.js ${{ matrix.node-version }}
# uses: actions/setup-node@v3
# - run: cd ./soda_resource_tools_webui && pwd && yarn install
# - run: cd ./soda_resource_tools_webui && pwd && yarn run build --if-present
# # - run: cd ./soda_resource_tools_webui && pwd && yarn test
5 changes: 5 additions & 0 deletions soda_resource_tools_cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
name = "soda_cli"
version = "0.1.0"
edition = "2021"
license = "Apache-2.0"
keywords = ["tv or movie scrape", "scrape", "file recognize"]
homepage = "https://github.com/biezhihua/soda_cli"
documentation = "https://github.com/biezhihua/soda_cli/blob/main/README.md"
readme = "https://github.com/biezhihua/soda_cli/blob/main/README.md"

[dependencies]
soda_resource_tools_lib = { path = "../soda_resource_tools_lib" }
Expand Down

0 comments on commit 6b97b67

Please sign in to comment.