Skip to content

Update actions/checkout digest to a5ac7e5 #38

Update actions/checkout digest to a5ac7e5

Update actions/checkout digest to a5ac7e5 #38

Workflow file for this run

name: Run tests for GRASS GIS addons
on:
push:
branches: [ main ]
pull_request:
# The branches below must be a subset of the branches above
branches: [ main ]
jobs:
tests:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4
# with:
# path: "."
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
- name: Test of GRASS GIS addon
id: docker_build
uses: docker/build-push-action@v5
with:
push: false
tags: addon-tests:alpine
context: .
file: .github/workflows/Dockerfile
no-cache: true
# pull: true