Skip to content

Commit

Permalink
Merge pull request #13 from svg2fontTeam/test_CI3
Browse files Browse the repository at this point in the history
Test ci3
  • Loading branch information
yoon-jisung authored Apr 20, 2024
2 parents f8d48bc + bbfe23f commit 5a06518
Showing 1 changed file with 17 additions and 17 deletions.
34 changes: 17 additions & 17 deletions .github/workflows/webpack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: CI

on:
push:
branches: [ "trunk" ]
branches: ['trunk']
pull_request:
branches: [ "trunk" ]
branches: ['trunk']

jobs:
build:
Expand All @@ -15,19 +15,19 @@ jobs:
node-version: [20.x]

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v3

- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- name: unit-test
run: |
npm run test
- name: Build
run: |
npm install
npm run build
npm run lint
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}

- name: unit-test
run: |
npm install
npm run test
- name: Build
run: |
npm run build
npm run lint

0 comments on commit 5a06518

Please sign in to comment.