get.porter.sh/porter@v1.3.0/.github/workflows/porter-integration-pr.yml (about) 1 name: porter/porter-integration 2 on: 3 push: 4 branches: 5 - main 6 paths-ignore: 7 - 'docs/**' 8 pull_request: 9 branches: 10 - main 11 12 env: 13 GOVERSION: 1.24.4 14 15 jobs: 16 archive_integration_test: 17 name: Archive Integration Test 18 uses: getporter/porter/.github/workflows/integ-reuseable-workflow.yml@main 19 with: 20 test_name: archive_test 21 build_integration_test: 22 name: Build Integration Test 23 uses: getporter/porter/.github/workflows/integ-reuseable-workflow.yml@main 24 with: 25 test_name: build_test 26 cli_integration_test: 27 name: CLI Integration Test 28 uses: getporter/porter/.github/workflows/integ-reuseable-workflow.yml@main 29 with: 30 test_name: cli_test 31 connection_nix_integration_test: 32 name: Connection Integration Test 33 uses: getporter/porter/.github/workflows/integ-reuseable-workflow.yml@main 34 with: 35 test_name: connection_nix_test 36 copy_integration_test: 37 name: Copy Integration Test 38 uses: getporter/porter/.github/workflows/integ-reuseable-workflow.yml@main 39 with: 40 test_name: copy_test 41 dependenciesv1_integration_test: 42 name: Dependencies V1 Integration Test 43 uses: getporter/porter/.github/workflows/integ-reuseable-workflow.yml@main 44 with: 45 test_name: dependenciesv1_test 46 dependenciesv2_integration_test: 47 name: Dependencies V2 Integration Test 48 uses: getporter/porter/.github/workflows/integ-reuseable-workflow.yml@main 49 with: 50 test_name: dependenciesv2_test 51 driver_integration_test: 52 name: Driver Integration Test 53 uses: getporter/porter/.github/workflows/integ-reuseable-workflow.yml@main 54 with: 55 test_name: driver_test 56 install_integration_test: 57 name: Install Integration Test 58 uses: getporter/porter/.github/workflows/integ-reuseable-workflow.yml@main 59 with: 60 test_name: install_test 61 invoke_integration_test: 62 name: Invoke Integration Test 63 uses: getporter/porter/.github/workflows/integ-reuseable-workflow.yml@main 64 with: 65 test_name: invoke_test 66 lint_integration_test: 67 name: Lint Integration Test 68 uses: getporter/porter/.github/workflows/integ-reuseable-workflow.yml@main 69 with: 70 test_name: lint_test 71 migration_integration_test: 72 name: Migration Integration Test 73 uses: getporter/porter/.github/workflows/integ-reuseable-workflow.yml@main 74 with: 75 test_name: migration_test 76 outputs_integration_test: 77 name: Outputs Integration Test 78 uses: getporter/porter/.github/workflows/integ-reuseable-workflow.yml@main 79 with: 80 test_name: outputs_test 81 publish_integration_test: 82 name: Publish Integration Test 83 uses: getporter/porter/.github/workflows/integ-reuseable-workflow.yml@main 84 with: 85 test_name: publish_test 86 pull_integration_test: 87 name: Pull Integration Test 88 uses: getporter/porter/.github/workflows/integ-reuseable-workflow.yml@main 89 with: 90 test_name: pull_test 91 registry_integration_test: 92 name: Registry Integration Test 93 uses: getporter/porter/.github/workflows/integ-reuseable-workflow.yml@main 94 with: 95 test_name: registry_integration_test 96 schema_integration_test: 97 name: Schema Integration Test 98 uses: getporter/porter/.github/workflows/integ-reuseable-workflow.yml@main 99 with: 100 test_name: schema_test 101 sensitive_data_integration_test: 102 name: Sensitive data Integration Test 103 uses: getporter/porter/.github/workflows/integ-reuseable-workflow.yml@main 104 with: 105 test_name: sensitive_data_test 106 suppress_output_integration_test: 107 name: Suppress output Integration Test 108 uses: getporter/porter/.github/workflows/integ-reuseable-workflow.yml@main 109 with: 110 test_name: suppress_output_test 111 telemetry_test: 112 name: Telemetry Integration Test 113 uses: getporter/porter/.github/workflows/integ-reuseable-workflow.yml@main 114 with: 115 test_name: telemetry_test 116 uninstall_test_integ: 117 name: Uninstall Integration Test 118 uses: getporter/porter/.github/workflows/integ-reuseable-workflow.yml@main 119 with: 120 test_name: uninstall_test 121 signing_test_integ: 122 name: Signing Integration Test 123 uses: getporter/porter/.github/workflows/integ-reuseable-workflow.yml@main 124 with: 125 test_name: signing_test 126 upgrade_test_integ: 127 name: Upgrade Integration Test 128 uses: getporter/porter/.github/workflows/integ-reuseable-workflow.yml@main 129 with: 130 test_name: upgrade_test 131 plugin_log_level_test_integ: 132 name: Plugin Log Level Integration Test 133 uses: getporter/porter/.github/workflows/integ-reuseable-workflow.yml@main 134 with: 135 test_name: plugin_log_level_test 136 porter_build_integration_test: 137 name: Porter Build Integration Test 138 uses: getporter/porter/.github/workflows/integ-reuseable-workflow.yml@main 139 with: 140 test_name: build_integration_test 141 lifecycle_integration_test: 142 name: Lifecycle Integration Test 143 uses: getporter/porter/.github/workflows/integ-reuseable-workflow.yml@main 144 with: 145 test_name: lifecycle_integration_test 146 pkgmgmt_integration_test: 147 name: Package Management Integration Test 148 uses: getporter/porter/.github/workflows/integ-reuseable-workflow.yml@main 149 with: 150 test_name: pkgmgmt_integration_test 151 runner_integration_test: 152 name: Runner Integration Test 153 uses: getporter/porter/.github/workflows/integ-reuseable-workflow.yml@main 154 with: 155 test_name: runner_integration_test 156 agent_integration_test: 157 name: Agent Integration Test 158 uses: getporter/porter/.github/workflows/integ-reuseable-workflow.yml@main 159 with: 160 test_name: agent_integration_test