Skip to content
This repository has been archived by the owner on Aug 8, 2024. It is now read-only.

Move *_age tags to meta to exclude them from Diffs. #47

Move *_age tags to meta to exclude them from Diffs.

Move *_age tags to meta to exclude them from Diffs. #47

Workflow file for this run

name: Check PR
on: [pull_request]
jobs:
run-ci:
runs-on: ubuntu-latest
steps:
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
- name: Checkout
uses: actions/checkout@v4
- name: Build Image
uses: docker/build-push-action@v5
with:
context: .
file: ./processing.Dockerfile
tags: test_img
target: testing
push: false
load: true
cache-from: type=gha
cache-to: type=gha,mode=max
- name: Run Tests
run: |
docker run test_img