GitHub Actions
on: [push]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: npm test장점
GitHub 통합·무료 티어·마켓플레이스.
GitHub 통합 CI/CD. workflow YAML. 마켓플레이스 수만 개.
on: [push]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: npm testGitHub 통합·무료 티어·마켓플레이스.