Skip to content

Commit

Permalink
ci: compileとsetupをまとめる
Browse files Browse the repository at this point in the history
  • Loading branch information
rito528 committed Mar 27, 2024
1 parent ffe53c9 commit 63d621a
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/typespec-compile-and-deploy-gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
- ".github/workflows/typespec-compile-and-deploy-gh-pages.yml"

jobs:
setup:
compile:
runs-on: ubuntu-22.04
steps:
- name: checkout
Expand All @@ -34,10 +34,6 @@ jobs:
- name: Install node_modules
run: cd api && npm ci

compile:
needs: setup
runs-on: ubuntu-22.04
steps:
- name: Compile typespec
run: tsp compile api

Expand Down

0 comments on commit 63d621a

Please sign in to comment.