Skip to content

Update actions/checkout action to v4 #20

Update actions/checkout action to v4

Update actions/checkout action to v4 #20

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@v4
# with:
# path: "."
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
- name: Test of GRASS GIS addon
id: docker_build
uses: docker/build-push-action@v4
with:
push: false
tags: addon-tests:alpine
context: .
file: .github/workflows/Dockerfile
no-cache: true
# pull: true