Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
JakobMiksch authored Dec 1, 2024
1 parent 601e29d commit 2548a84
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions .github/workflows/test-setup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,15 +34,20 @@ jobs:
with:
repository: osm2pgsql-dev/osm2pgsql
ref: 2.0.0
path: /home/runner/work/osm2pgsql
path: /home/runner/work/osm-feature-info/osm-feature-info/osm2pgsql

- name: Checkout themepark
uses: actions/checkout@v3
with:
repository: osm2pgsql-dev/osm2pgsql-themepark
path: /home/runner/work/osm-feature-info/osm-feature-info/osm2pgsql-themepark


- name: Checkout pg_featureserv
uses: actions/checkout@v3
with:
repository: CrunchyData/pg_featureserv
path: /home/runner/work/osm-feature-info/osm-feature-info/pg_featureserv

- run: pwd
- run: ls
- run: ls ..

0 comments on commit 2548a84

Please sign in to comment.