Skip to content

Commit

Permalink
update ci
Browse files Browse the repository at this point in the history
  • Loading branch information
jacquesfize committed Feb 8, 2024
1 parent 84a86a1 commit c5a28d4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/eval_perf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,10 +90,10 @@ jobs:
GEONATURE_CONFIG_FILE: config/test_config.toml
- name: Restore database
run: |
curl https://www.dropbox.com/scl/fi/jvdjshw0azixurzgjyr20/100kDump.zip?rlkey=4nt2bjc4rqg868frt3tjbwz0w&dl=1 -O 100kDump.zip
unzip 100kDump.zip
wget https://www.dropbox.com/scl/fi/17gsthsftfg59mxwmbbre/export_geonature_10000.zip?rlkey=33choleag4xw60wadm802c3oh&dl=1 -O 10kDump.zip
unzip 10kDump.zip
ls
psql -h localhost -U geonatadmin -d geonature2db -f 100kDump
psql -h localhost -U geonatadmin -d geonature2db -f test.sql
env:
PGPASSWORD: geonatpasswd
- name: Install module import
Expand Down

0 comments on commit c5a28d4

Please sign in to comment.