diff --git a/.github/workflows/gdal-build.yaml b/.github/workflows/gdal-build.yaml index a0ef2ca3..10f6ca69 100644 --- a/.github/workflows/gdal-build.yaml +++ b/.github/workflows/gdal-build.yaml @@ -13,4 +13,4 @@ jobs: sudo apt-get update sudo apt-get install -y gdal-bin libgdal-dev - name: Run GDAL Command - run: ogrinfo --version \ No newline at end of file + run: jobs/test \ No newline at end of file