diff --git a/.codecatalyst/workflows b/.codecatalyst/workflows new file mode 120000 index 0000000..a0a35d9 --- /dev/null +++ b/.codecatalyst/workflows @@ -0,0 +1 @@ +../workflow-templates/workflows/ \ No newline at end of file diff --git a/.codecatalyst/workflows/Workflow_f4d9.yaml b/.codecatalyst/workflows/Workflow_f4d9.yaml deleted file mode 100644 index 6d1be82..0000000 --- a/.codecatalyst/workflows/Workflow_f4d9.yaml +++ /dev/null @@ -1,71 +0,0 @@ -Name: Workflow_f4d9 -SchemaVersion: "1.0" - -# Optional - Set automatic triggers. -Triggers: - - Type: PUSH - Branches: - - master - -# Required - Define action configurations. -Actions: - Build_04: - # Identifies the action. Do not modify this value. - Identifier: aws/build-beta@v1 - #Defines the action's properties. - Configuration: - # Required - Steps are sequential instructions that run shell commands - Steps: - - Run: node -v - - Run: go version - Outputs: - # Automatically discover reports for popular test frameworks - AutoDiscoverReports: - Enabled: false - # Use as prefix for the report files - ReportNamePrefix: rpt - Compute: - Type: EC2 - Build_81: - # Identifies the action. Do not modify this value. - Identifier: aws/build-beta@v1.0.0 - Outputs: - # Optional; Automatically discover reports for popular test frameworks - AutoDiscoverReports: - Enabled: false - # Use as prefix for the report files - ReportNamePrefix: rpt - # Defines the action's properties. - Configuration: - # Required - Steps are sequential instructions that run shell commands - Steps: - - Run: node -v - - Run: go version - Container: - Registry: CODECATALYST - Image: CodeCatalystLinux_x86_64:2024_03 - Compute: - Type: EC2 - Test_cc: - # Identifies the action. Do not modify this value. - Identifier: aws/managed-test-gamma@v1.0.0 - Outputs: - # Optional; Automatically discover reports for popular test frameworks - AutoDiscoverReports: - Enabled: false - # Use as prefix for the report files - ReportNamePrefix: rpt - # Defines the action's properties. - Configuration: - # Required - Steps are sequential instructions that run shell commands - Steps: - - Run: node -v - - Run: go version - Container: - Registry: CODECATALYST - Image: CodeCatalystLinux_x86_64:2022_11 - Compute: - Type: EC2 - Inputs: - Sources: - - WorkflowSource