Skip to content

Commit

Permalink
chore: job 바로 하위에 uses
Browse files Browse the repository at this point in the history
  • Loading branch information
bbearcookie committed Jan 1, 2024
1 parent 40173d9 commit 97bac46
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:
jobs:
build-react:
runs-on: ubuntu-latest
uses: ./.github/workflows/setup.yml
steps:
# - uses: actions/checkout@v3

Expand All @@ -21,10 +22,6 @@ jobs:

- uses: actions/checkout@v3
- run: ls -al
- run: ls -al ./.github/workflows
- run: cat ./.github/workflows/setup.yml
- uses: ./.github/workflows/setup.yml
- run: ls -al
- run: yarn web build
build-express:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 97bac46

Please sign in to comment.