Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/nh-chitose/VC-counter
Browse files Browse the repository at this point in the history
  • Loading branch information
nh-chitose committed Apr 15, 2023
2 parents 4ba8f94 + a82193e commit f74c155
Showing 1 changed file with 0 additions and 30 deletions.
30 changes: 0 additions & 30 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,42 +76,12 @@ jobs:
- name: Build
run: npm run build

steps:
- uses: actions/checkout@v3

- name: Setup Node.js
uses: actions/setup-node@v3.6.0
with:
node-version: ${{ matrix.node-version }}

- name: Get npm cache directory
id: npm-cache
run: |
echo "dir=$(npm config get cache)" >> $GITHUB_OUTPUT
- name: Check npm cache
uses: actions/cache@v3
with:
path: |
${{ steps.npm-cache.outputs.dir }}
key: npm-${{ matrix.node-version }}-${{ hashFiles('package-lock.json') }}
restore-keys: npm-

- name: Install dependencies
run: npm ci

- name: Build
run: npm run build

- name: Test to load scripts to Node.js
run: node ./dist -e 'process.exit()'

success-all-test:
runs-on: ubuntu-latest
if: always()
needs:
- lint
- build
- test
steps:
- uses: technote-space/workflow-conclusion-action@v3
- name: Check failure
Expand Down

0 comments on commit f74c155

Please sign in to comment.