Skip to content

Commit

Permalink
Revert change to github action
Browse files Browse the repository at this point in the history
  • Loading branch information
iainsproat committed Sep 5, 2024
1 parent 032d19b commit c14b800
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/preview-service-acceptance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
PREVIEW_SERVICE_IMAGE: speckle/preview-service:local
OUTPUT_FILE_PATH: /tmp/preview-service-output.png
NODE_ENV: test
PG_CONNECTION_STRING: postgres://preview_service_test:preview_service_test@postgres:5432/preview_service_test
PG_CONNECTION_STRING: postgres://preview_service_test:preview_service_test@localhost:5432/preview_service_test

- uses: actions/upload-artifact@v4
name: Upload the output from the preview-service
Expand Down

0 comments on commit c14b800

Please sign in to comment.