728x90
반응형
nodejs 프로젝트의 ci 설정 다시 보기
https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-nodejs Building and testing Node.js - GitHub DocsYou can create a continuous integration (CI) workflow to build and test your Node.js project.docs.github.com 위의 문서에는 nodejs 프로젝트의 github action을 통한 build, testing을 수행하는 ci에 대해 설명이 있습니다 name: Node.js CIon: [push]jobs: build: runs-on: ubuntu-latest steps: ..
BACKEND/NODEJS
2024. 5. 23. 12:02
공지사항
최근에 올라온 글
최근에 달린 댓글
- Total
- Today
- Yesterday
링크
TAG
- Apple
- 앱스토어
- 소프트웨어
- android
- 벤처
- 어플리케이션
- 대학생
- 네이버
- 애플
- iPhone
- 웹표준
- php
- 안드로이드
- CSS
- JavaScript
- AWS
- 자바스크립트
- 스마트폰
- 앱
- 공모전
- 아이폰
- 게임
- 아이디어
- 창업
- 경진대회
- 모바일
- 구글
- 트위터
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
글 보관함
728x90
반응형