Skip to content

Commit

Permalink
ci: add build time
Browse files Browse the repository at this point in the history
  • Loading branch information
chaxus committed Feb 14, 2024
1 parent 3bd0608 commit f614451
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
jobs:
lint:
if: github.repository == 'chaxus/ran'
timeout-minutes: 20
timeout-minutes: 30
runs-on: ${{ matrix.os }}
strategy:
matrix:
Expand All @@ -17,8 +17,6 @@ jobs:
# Active LTS + other OS
- os: macos-latest
node_version: 20
# - os: windows-latest @tensorflow/tfjs-node have some problem
# node_version: 18.16.1
fail-fast: false
name: "Build&Test: node-${{ matrix.node_version }}, ${{ matrix.os }}"
steps:
Expand Down
1 change: 1 addition & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
"DOMAPI",
"dropdownclass",
"esbuild",
"exceljs",
"IIFE",
"keyof",
"localstorage",
Expand Down

0 comments on commit f614451

Please sign in to comment.