diff --git a/.github/workflows/endtoend_tests.yml b/.github/workflows/endtoend_tests.yml index 90a50d3..07a0195 100644 --- a/.github/workflows/endtoend_tests.yml +++ b/.github/workflows/endtoend_tests.yml @@ -21,6 +21,9 @@ jobs: - 5000:5000 strategy: matrix: + from: + - scratch + - swift:slim example: - Examples/HelloWorldVapor - Examples/HelloWorldHummingbird @@ -52,7 +55,7 @@ jobs: --allow-network-connections all \ build-container-image \ --repository localhost:5000/example \ - --from scratch + --from ${{ matrix.from }} - name: Run the example run: |