Skip to content

Commit 807db30

Browse files
committed
add steps to int workflow
Signed-off-by: Troy Connor <troy0820@users.noreply.github.com>
1 parent 3d58747 commit 807db30

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

.github/workflows/porter-integration-pr.yml

+20
Original file line numberDiff line numberDiff line change
@@ -14,82 +14,102 @@ jobs:
1414
uses: getporter/porter/.github/workflows/integ-reuseable-workflow.yml@main
1515
with:
1616
test_name: archive_test
17+
registry: ghcr.io
1718
build_integration_test:
1819
uses: getporter/porter/.github/workflows/integ-reuseable-workflow.yml@main
1920
with:
2021
test_name: build_test
22+
registry: ghcr.io
2123
cli_integration_test:
2224
uses: getporter/porter/.github/workflows/integ-reuseable-workflow.yml@main
2325
with:
2426
test_name: cli_test
27+
registry: ghcr.io
2528
connection_nix_integration_test:
2629
uses: getporter/porter/.github/workflows/integ-reuseable-workflow.yml@main
2730
with:
2831
test_name: connection_nix_test
32+
registry: ghcr.io
2933
copy_integration_test:
3034
uses: getporter/porter/.github/workflows/integ-reuseable-workflow.yml@main
3135
with:
3236
test_name: copy_test
37+
registry: ghcr.io
3338
dependenciesv1_integration_test:
3439
uses: getporter/porter/.github/workflows/integ-reuseable-workflow.yml@main
3540
with:
3641
test_name: dependenciesv1_test
42+
registry: ghcr.io
3743
dependenciesv2_integration_test:
3844
uses: getporter/porter/.github/workflows/integ-reuseable-workflow.yml@main
3945
with:
4046
test_name: dependenciesv2_test
47+
registry: ghcr.io
4148
driver_integration_test:
4249
uses: getporter/porter/.github/workflows/integ-reuseable-workflow.yml@main
4350
with:
4451
test_name: driver_test
52+
registry: ghcr.io
4553
install_integration_test:
4654
uses: getporter/porter/.github/workflows/integ-reuseable-workflow.yml@main
4755
with:
4856
test_name: install_test
57+
registry: ghcr.io
4958
invoke_integration_test:
5059
uses: getporter/porter/.github/workflows/integ-reuseable-workflow.yml@main
5160
with:
5261
test_name: invoke_test
62+
registry: ghcr.io
5363
lint_integration_test:
5464
uses: getporter/porter/.github/workflows/integ-reuseable-workflow.yml@main
5565
with:
5666
test_name: lint_test
67+
registry: ghcr.io
5768
migration_integration_test:
5869
uses: getporter/porter/.github/workflows/integ-reuseable-workflow.yml@main
5970
with:
6071
test_name: migration_test
72+
registry: ghcr.io
6173
outputs_integration_test:
6274
uses: getporter/porter/.github/workflows/integ-reuseable-workflow.yml@main
6375
with:
6476
test_name: outputs_test
77+
registry: ghcr.io
6578
publish_integration_test:
6679
uses: getporter/porter/.github/workflows/integ-reuseable-workflow.yml@main
6780
with:
6881
test_name: publish_test
82+
registry: ghcr.io
6983
pull_integration_test:
7084
uses: getporter/porter/.github/workflows/integ-reuseable-workflow.yml@main
7185
with:
7286
test_name: pull_test
87+
registry: ghcr.io
7388
registry_integration_test:
7489
uses: getporter/porter/.github/workflows/integ-reuseable-workflow.yml@main
7590
with:
7691
test_name: registry_integration_test
92+
registry: ghcr.io
7793
schema_integration_test:
7894
uses: getporter/porter/.github/workflows/integ-reuseable-workflow.yml@main
7995
with:
8096
test_name: schema_test
97+
registry: ghcr.io
8198
sensitive_data_integration_test:
8299
uses: getporter/porter/.github/workflows/integ-reuseable-workflow.yml@main
83100
with:
84101
test_name: sensitive_data_test
102+
registry: ghcr.io
85103
suppress_output_integration_test:
86104
uses: getporter/porter/.github/workflows/integ-reuseable-workflow.yml@main
87105
with:
88106
test_name: suppress_output_test
107+
registry: ghcr.io
89108
telemetry_test:
90109
uses: getporter/porter/.github/workflows/integ-reuseable-workflow.yml@main
91110
with:
92111
test_name: telemetry_test
112+
registry: ghcr.io
93113
# Reusable workflows only supports 20 jobs
94114
uninstall_test_integ:
95115
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)