Skip to content

Commit

Permalink
wip: testing
Browse files Browse the repository at this point in the history
  • Loading branch information
jmgilman committed Aug 30, 2024
1 parent ca061a4 commit 79ee116
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
1 change: 1 addition & 0 deletions blueprint.cue
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ ci: {
provider: "aws"
path: "global/ci/earthly"
}
satellite: "ci"
}
}
}
7 changes: 6 additions & 1 deletion forge/actions/setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,4 +114,9 @@ runs:
if: steps.earthly.outputs.token != ''
shell: bash
run: |
earthly account login --token "${{ steps.earthly.outputs.token }}"
earthly account login --token "${{ steps.earthly.outputs.token }}"
- name: Testing
shell: bash
run: |
forge run ./forge/cli+test

0 comments on commit 79ee116

Please sign in to comment.