forked from localstack/setup-localstack
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Created Workflow_78fc. This is the first commit.
- Loading branch information
1 parent
e302a13
commit 274386f
Showing
1 changed file
with
32 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
Name: Workflow_78fc | ||
SchemaVersion: "1.0" | ||
|
||
# Optional - Set automatic triggers. | ||
Triggers: | ||
- Type: Push | ||
Branches: | ||
- main | ||
|
||
# Required - Define action configurations. | ||
Actions: | ||
GitHubActions_79: | ||
# Identifies the action. Do not modify this value. | ||
Identifier: aws/github-actions-runner@v1.0.0 | ||
Inputs: | ||
Sources: | ||
- WorkflowSource | ||
# Defines the action's properties. | ||
Configuration: | ||
# Required - Steps are sequential instructions that run shell commands | ||
Steps: | ||
- name: Start LocalStack | ||
uses: LocalStack/setup-localstack@v0.1.2 | ||
with: | ||
image-tag: latest | ||
install-awslocal: "true" | ||
configuration: DEBUG=1 | ||
use-pro: "true" | ||
env: | ||
LOCALSTACK_API_KEY: ${{ secrets.LOCALSTACK_API_KEY }} | ||
Compute: | ||
Type: EC2 |