You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/build-and-test.yml
+16Lines changed: 16 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -73,6 +73,10 @@ jobs:
73
73
pull-requests: read
74
74
steps:
75
75
- uses: actions/checkout@v4
76
+
- name: Patch composite actions for E2E
77
+
run: |
78
+
sed -i -E 's|sap/pull-request-semver-bumper/.github/actions/core@[^[:space:]"]+|./.github/actions/core|g' .github/actions/version-bumping/*/action.yml
79
+
sed -i -E 's|sap/pull-request-semver-bumper/.github/actions/version-bumping/python@[^[:space:]"]+|./.github/actions/version-bumping/python|g' action.yml
76
80
- name: Test Python Action (Dry Run)
77
81
id: version_bump
78
82
uses: ./
@@ -100,6 +104,10 @@ jobs:
100
104
pull-requests: read
101
105
steps:
102
106
- uses: actions/checkout@v4
107
+
- name: Patch composite actions for E2E
108
+
run: |
109
+
sed -i -E 's|sap/pull-request-semver-bumper/.github/actions/core@[^[:space:]"]+|./.github/actions/core|g' .github/actions/version-bumping/*/action.yml
110
+
sed -i -E 's|sap/pull-request-semver-bumper/.github/actions/version-bumping/npm@[^[:space:]"]+|./.github/actions/version-bumping/npm|g' action.yml
103
111
- name: Test NPM Action (Dry Run)
104
112
id: version_bump
105
113
uses: ./
@@ -127,6 +135,10 @@ jobs:
127
135
pull-requests: read
128
136
steps:
129
137
- uses: actions/checkout@v4
138
+
- name: Patch composite actions for E2E
139
+
run: |
140
+
sed -i -E 's|sap/pull-request-semver-bumper/.github/actions/core@[^[:space:]"]+|./.github/actions/core|g' .github/actions/version-bumping/*/action.yml
141
+
sed -i -E 's|sap/pull-request-semver-bumper/.github/actions/version-bumping/maven@[^[:space:]"]+|./.github/actions/version-bumping/maven|g' action.yml
130
142
- name: Test Maven Action (Dry Run)
131
143
id: version_bump
132
144
uses: ./
@@ -156,6 +168,10 @@ jobs:
156
168
pull-requests: read
157
169
steps:
158
170
- uses: actions/checkout@v4
171
+
- name: Patch composite actions for E2E
172
+
run: |
173
+
sed -i -E 's|sap/pull-request-semver-bumper/.github/actions/core@[^[:space:]"]+|./.github/actions/core|g' .github/actions/version-bumping/*/action.yml
174
+
sed -i -E 's|sap/pull-request-semver-bumper/.github/actions/version-bumping/version-file@[^[:space:]"]+|./.github/actions/version-bumping/version-file|g' action.yml
0 commit comments