From c2b1f23652716ab011b7be5910a1cde0c788e17e Mon Sep 17 00:00:00 2001 From: Dimitri Huisman Date: Sun, 27 Jun 2021 09:44:38 +0000 Subject: [PATCH] It helps to also load the docker images for the tests. --- .github/workflows/CI.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 278d0ab8..5acb5c5f 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -85,6 +85,8 @@ jobs: with: path: /images key: ${{ env.BRANCH }}-${{ github.run_id }}-${{ github.run_number }} + - name: Load docker images + run: docker load -i /images/images.tar.gz - name: Install python packages run: python3 -m pip install -r tests/requirements.txt - name: Copy all certs @@ -116,6 +118,8 @@ jobs: with: path: /images key: ${{ env.BRANCH }}-${{ github.run_id }}-${{ github.run_number }} + - name: Load docker images + run: docker load -i /images/images.tar.gz - name: Install python packages run: python3 -m pip install -r tests/requirements.txt - name: Copy all certs @@ -147,6 +151,8 @@ jobs: with: path: /images key: ${{ env.BRANCH }}-${{ github.run_id }}-${{ github.run_number }} + - name: Load docker images + run: docker load -i /images/images.tar.gz - name: Install python packages run: python3 -m pip install -r tests/requirements.txt - name: Copy all certs @@ -178,6 +184,8 @@ jobs: with: path: /images key: ${{ env.BRANCH }}-${{ github.run_id }}-${{ github.run_number }} + - name: Load docker images + run: docker load -i /images/images.tar.gz - name: Install python packages run: python3 -m pip install -r tests/requirements.txt - name: Copy all certs @@ -209,6 +217,8 @@ jobs: with: path: /images key: ${{ env.BRANCH }}-${{ github.run_id }}-${{ github.run_number }} + - name: Load docker images + run: docker load -i /images/images.tar.gz - name: Install python packages run: python3 -m pip install -r tests/requirements.txt - name: Copy all certs @@ -240,6 +250,8 @@ jobs: with: path: /images key: ${{ env.BRANCH }}-${{ github.run_id }}-${{ github.run_number }} + - name: Load docker images + run: docker load -i /images/images.tar.gz - name: Install python packages run: python3 -m pip install -r tests/requirements.txt - name: Copy all certs