Skip to content

Commit

Permalink
Created Workflow_78fc. This is the first commit.
Browse files Browse the repository at this point in the history
  • Loading branch information
amazon-codecatalyst[bot] authored May 28, 2024
1 parent e302a13 commit 274386f
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions .codecatalyst/workflows/codecatalyst_workflow_1.yaml
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

0 comments on commit 274386f

Please sign in to comment.