Skip to content

Commit

Permalink
fix(actions): testing composite actions
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelramos committed Jan 21, 2024
1 parent d64552d commit bb07f30
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
6 changes: 3 additions & 3 deletions .github/workflows/workflow-base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@ on: workflow_call
jobs:
checkout:
name: Checkout Repository
uses: ./.github/workflows/workflow-checkout.yml
uses: ./.github/actions/workflow-checkout.yml
node:
name: Install NodeJs
needs: [checkout]
uses: ./.github/workflows/workflow-node.yml
uses: ./.github/actions/workflow-node.yml
pnpm:
name: Checkout, install node and pnpm
needs: [node]
uses: ./.github/workflows/workflow-pnpm.yml
uses: ./.github/actions/workflow-pnpm.yml
secrets: inherit
build:
name: Build Packages
Expand Down

0 comments on commit bb07f30

Please sign in to comment.