Skip to content

Commit

Permalink
Fix seeding of database
Browse files Browse the repository at this point in the history
  • Loading branch information
iainsproat committed Dec 31, 2024
1 parent dbf2c07 commit d0c8287
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 146 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/rest-api-fuzzer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ jobs:
run: |
sudo apt-get update
sudo apt-get install --yes --no-install-recommends postgresql-client
PGPASSWORD=speckle psql -h 127.0.0.1 -U speckle -d speckle -p 5432 -w -f ${{ github.workspace }}/speckle-server/setup/fuzzer/speckle.backup.sql
PGPASSWORD=speckle psql -h 127.0.0.1 -U speckle -d speckle -p 5432 -w < ${{ github.workspace }}/speckle-server/setup/fuzzer/speckle.backup.sql
- name: Install Node.js
uses: actions/setup-node@v4
Expand Down
Loading

0 comments on commit d0c8287

Please sign in to comment.