Skip to content

Commit

Permalink
wip: adds setup action
Browse files Browse the repository at this point in the history
  • Loading branch information
jmgilman committed Aug 29, 2024
1 parent e954000 commit e131518
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,5 @@ jobs:
- uses: actions/checkout@v4
- name: Install Forge CLI
uses: ./forge/actions/install
- name: Dump blueprint
id: blueprint
uses: ./forge/actions/blueprint
with:
path: .
- name: Print result
run: echo '${{ steps.blueprint.outputs.json }}'
- name: Setup
uses: ./forge/actions/setup
13 changes: 13 additions & 0 deletions forge/actions/setup/action.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: Setup CI
description: Sets up the CI with the configured providers
runs:
using: composite
steps:
- name: Dump blueprint
id: blueprint
uses: ./forge/actions/blueprint
with:
path: .
- name: Show
shell: bash
run: echo '${{ steps.blueprint.outputs.json }}'

0 comments on commit e131518

Please sign in to comment.