Skip to content

Commit

Permalink
chore: yarn 주석 처리
Browse files Browse the repository at this point in the history
  • Loading branch information
bbearcookie committed Jan 1, 2024
1 parent 05fc642 commit 90b0aff
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 49 deletions.
67 changes: 18 additions & 49 deletions .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
branches: ['chore/224-express-directory']

jobs:
install:
build-react:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
Expand All @@ -15,60 +15,32 @@ jobs:
with:
node-version: 18.x

- run: yarn --version

- run: yarn
build-react:
runs-on: ubuntu-latest
needs: install
steps:
# - run: yarn
- run: yarn web build
build-express:
runs-on: ubuntu-latest
needs: install
steps:
- uses: actions/checkout@v3

- name: Setup Node
uses: actions/setup-node@v3
with:
node-version: 18.x

# - run: yarn
- run: yarn slack build
build-api-docs:
runs-on: ubuntu-latest
needs: install
steps:
- uses: actions/checkout@v3

- name: Setup Node
uses: actions/setup-node@v3
with:
node-version: 18.x

# - run: yarn
- run: yarn api-docs build
# build-react:
# runs-on: ubuntu-latest
# steps:
# - uses: actions/checkout@v3

# - name: Setup Node
# uses: actions/setup-node@v3
# with:
# node-version: 18.x

# - run: yarn
# - run: yarn web build
# build-express:
# runs-on: ubuntu-latest
# steps:
# - uses: actions/checkout@v3

# - name: Setup Node
# uses: actions/setup-node@v3
# with:
# node-version: 18.x

# - run: yarn
# - run: yarn slack build
# build-api-docs:
# runs-on: ubuntu-latest
# steps:
# - uses: actions/checkout@v3

# - name: Setup Node
# uses: actions/setup-node@v3
# with:
# node-version: 18.x

# - run: yarn
# - run: yarn api-docs build
test-express:
runs-on: ubuntu-latest
steps:
Expand Down Expand Up @@ -115,8 +87,5 @@ jobs:
mv .env packages/slack/.env
cat packages/slack/.env
- run: ls -al
- run: ls -al packages/slack

- run: yarn
- run: yarn slack test
3 changes: 3 additions & 0 deletions .github/workflows/setup.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
name: Setup Workflow
on:
workflow_call:

0 comments on commit 90b0aff

Please sign in to comment.