Skip to content

Commit

Permalink
Trigger CI
Browse files Browse the repository at this point in the history
  • Loading branch information
replaceafill committed Nov 13, 2023
1 parent 3b5b418 commit 93e3e20
Showing 1 changed file with 1 addition and 15 deletions.
16 changes: 1 addition & 15 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
branches:
- "qa/**"
- "stable/**"
- "dev/trigger-ci"
jobs:
test:
name: "Test ${{ matrix.rule }} on ${{ matrix.python-version }}"
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 93e3e20

Please sign in to comment.