Skip to content

Commit

Permalink
feat: ci 적용
Browse files Browse the repository at this point in the history
  • Loading branch information
eun-hak committed May 9, 2024
1 parent 9e6f22c commit 3bb6db4
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,18 +43,18 @@ jobs:
- run: npm install
- run: CI='false' npm run build

test:
name: Test
runs-on: ubuntu-latest
# test:
# name: Test
# runs-on: ubuntu-latest

steps:
- name: Create .env file
run: |
touch .env
echo "${{ secrets.ENV_DEVELOPMENT }}" > .env
- uses: actions/checkout@v3
- uses: actions/setup-node@v2
with:
node-version: '20'
- run: npm install
- run: npm run start
# steps:
# - name: Create .env file
# run: |
# touch .env
# echo "${{ secrets.ENV_DEVELOPMENT }}" > .env
# - uses: actions/checkout@v3
# - uses: actions/setup-node@v2
# with:
# node-version: '20'
# - run: npm install
# - run: npm run build

0 comments on commit 3bb6db4

Please sign in to comment.