Skip to content

[황준일] 자동차 경주 미션 Step1 #2

[황준일] 자동차 경주 미션 Step1

[황준일] 자동차 경주 미션 Step1 #2

Workflow file for this run

name: CI
on:
pull_request:
types:
- synchronize
- opened
- reopened
workflow_dispatch:
jobs:
ci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v4
with:
version: latest
- uses: actions/setup-node@v4
with:
node-version: 18
- name: test
run: |
npm install
npm run test