From 93e3e20dbfabac29b31165e3bc46bf2bd622fd26 Mon Sep 17 00:00:00 2001 From: "Douglas Cerna (Soy Douglas)" Date: Mon, 13 Nov 2023 20:06:44 +0100 Subject: [PATCH] Trigger CI --- .github/workflows/test.yml | 16 +--------------- 1 file changed, 1 insertion(+), 15 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 16ef06523f..9d04fc3d70 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -6,6 +6,7 @@ on: branches: - "qa/**" - "stable/**" + - "dev/trigger-ci" jobs: test: name: "Test ${{ matrix.rule }} on ${{ matrix.python-version }}" @@ -35,21 +36,6 @@ jobs: - name: "Check out the archivematica-storage-service submodule" run: | git submodule update --init hack/submodules/archivematica-storage-service/ - - name: "Set up buildx" - uses: "docker/setup-buildx-action@v3" - - name: "Build archivematica-tests image" - uses: "docker/build-push-action@v5" - with: - context: . - file: ./hack/Dockerfile - target: archivematica-tests - build-args: | - PYTHON_VERSION=${{ matrix.python-version }} - tags: archivematica-tests:latest - push: false - load: true - cache-from: type=gha - cache-to: type=gha,mode=max - name: "Create external volumes" run: | make -C hack/ create-volumes