Commit ea7fbc8
refactor(github): Run functional tests against the snapshot Docker image
Instead of using Batect with the committed `Dockerfile-legacy`, use a
GitHub action container based on the most recent Docker image published
from the `main` branch to run functional tests. This should speed up the
test run as the Docker image does not need to be built on every run.
The downside is that `Dockerfile` changes and e.g. package manager changes
depending on it cannot be performed in the same commit / PR as the image
first needs to get published.
Signed-off-by: Sebastian Schuberth <[email protected]>1 parent 46de195 commit ea7fbc8
1 file changed
+5
-9
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
139 | 139 | | |
140 | 140 | | |
141 | 141 | | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
142 | 145 | | |
143 | 146 | | |
144 | 147 | | |
| |||
149 | 152 | | |
150 | 153 | | |
151 | 154 | | |
152 | | - | |
| 155 | + | |
153 | 156 | | |
154 | 157 | | |
155 | 158 | | |
156 | | - | |
157 | | - | |
158 | | - | |
159 | | - | |
160 | | - | |
161 | | - | |
162 | | - | |
163 | | - | |
| 159 | + | |
164 | 160 | | |
165 | 161 | | |
166 | 162 | | |
| |||
0 commit comments