Skip to content

Commit

Permalink
run the backend
Browse files Browse the repository at this point in the history
  • Loading branch information
sasha-bitfly committed Dec 12, 2024
1 parent d11adeb commit 6624025
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/backend-postman.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
CLICKHOUSE_READER_DB_NAME: holesky_re_export_2024_11_09
CONFIG_PATH: ${{ secrets.CI_CONFIG_PATH }}
run: |
nohup go run cmd/main.go -config "${CONFIG_PATH}" > backend.log 2>&1 &
nohup go run cmd/main.go api -config="${CONFIG_PATH}" > backend.log 2>&1 &
sleep 60 # Wait for the backend to initialize
- name: Run Postman Collection
run: |
Expand Down

0 comments on commit 6624025

Please sign in to comment.