Skip to content

[11팀 박근백] [Chapter 1-3] React, Beyond the Basics #2

[11팀 박근백] [Chapter 1-3] React, Beyond the Basics

[11팀 박근백] [Chapter 1-3] React, Beyond the Basics #2

Workflow file for this run

name: External Test
on:
pull_request:
types:
- synchronize
- opened
- reopened
workflow_dispatch:
jobs:
external:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
ref: ${{ github.event.pull_request.head.sha }}
- name: external-test
run: |
npm install
npm run test:external
enhanced:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
ref: ${{ github.event.pull_request.head.sha }}
- name: enhanced-test
run: |
npm install
npm run test:enhanced