Commit 4ecf7fe
committed
Remove unnecessary build steps from integration test workflow
Now that the development policy is to continuously package the project, and this policy is enforced by a CI workflow,
The action will always be pre-built, so building it again during the integration test workflow runs is pointless.
One of the build steps was removed from the workflow at the time the development policy was changed, but the build
steps in the other two jobs were missed at that time.1 parent 2086b35 commit 4ecf7fe
1 file changed
+0
-12
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
39 | | - | |
40 | | - | |
41 | | - | |
42 | | - | |
43 | | - | |
44 | | - | |
45 | 39 | | |
46 | 40 | | |
47 | 41 | | |
| |||
65 | 59 | | |
66 | 60 | | |
67 | 61 | | |
68 | | - | |
69 | | - | |
70 | | - | |
71 | | - | |
72 | | - | |
73 | | - | |
74 | 62 | | |
75 | 63 | | |
76 | 64 | | |
| |||
0 commit comments