Skip to content

Update actions/setup-python action to v5 #23

Update actions/setup-python action to v5

Update actions/setup-python action to v5 #23

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@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
secrets: |
"ASF_CREDENTIALS_PATH=test1"
"S2_CREDENTIALS_PATH=test2"
# "ASF_CREDENTIALS_PATH=${{ secrets.ASF_CREDENTIALS_PATH }}"
# "S2_CREDENTIALS_PATH=${{ secrets.S2_CREDENTIALS_PATH }}"
# pull: true