Skip to content

Commit

Permalink
try/
Browse files Browse the repository at this point in the history
/
  • Loading branch information
Jake Lauer authored and Jake Lauer committed May 22, 2024
1 parent 9b3184b commit 12481b4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,13 @@ on:
- main

jobs:
build:
uses: ./.github/workflows/setup.yml

build-package:
uses: ./.github/workflows/setup.yml
runs-on: ubuntu-latest
needs: build
steps:
- name: Build package
run: pnpm build
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ jobs:
uses: ./.github/workflows/setup.yml

build-package:
uses: ./.github/workflows/setup.yml
runs-on: ubuntu-latest
needs: build
steps:
Expand Down

0 comments on commit 12481b4

Please sign in to comment.