Rename generate_esef_basemap to prepare_eu_geodata and update referen… #296
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: CI | |
on: | |
push: | |
branches: [main] | |
pull_request: | |
branches: [main] | |
jobs: | |
docker: | |
runs-on: ubuntu-latest | |
container: ghcr.io/trr266/esef-jl:main | |
steps: | |
- | |
name: Checkout repository | |
uses: actions/checkout@v3 | |
- | |
name: test Package | |
run: | | |
julia --project=. -e "using Pkg; Pkg.test()" |