From 79ee11607744f23aa96d82b8d6c1af4bea18caeb Mon Sep 17 00:00:00 2001 From: Joshua Gilman Date: Fri, 30 Aug 2024 13:10:15 -0400 Subject: [PATCH] wip: testing --- blueprint.cue | 1 + forge/actions/setup/action.yml | 7 ++++++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/blueprint.cue b/blueprint.cue index 204762da..88a1be1c 100644 --- a/blueprint.cue +++ b/blueprint.cue @@ -16,6 +16,7 @@ ci: { provider: "aws" path: "global/ci/earthly" } + satellite: "ci" } } } diff --git a/forge/actions/setup/action.yml b/forge/actions/setup/action.yml index e00c4dbc..0b3b20b2 100644 --- a/forge/actions/setup/action.yml +++ b/forge/actions/setup/action.yml @@ -114,4 +114,9 @@ runs: if: steps.earthly.outputs.token != '' shell: bash run: | - earthly account login --token "${{ steps.earthly.outputs.token }}" \ No newline at end of file + earthly account login --token "${{ steps.earthly.outputs.token }}" + + - name: Testing + shell: bash + run: | + forge run ./forge/cli+test \ No newline at end of file