Skip to content

Commit

Permalink
Copy the static files for health test in local server.
Browse files Browse the repository at this point in the history
  • Loading branch information
Wentao-Kuang committed Apr 18, 2024
1 parent 778cc8b commit 6e2b1c0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/smoke-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ jobs:

- name: (Smoke) Run Smoke Tests
run: |
cp -r packages/lambda-tiler/static/ .
./packages/cli/bin/bmc.js serve --config s3://linz-basemaps/config/config-latest.json.gz &
# Wait for the server to start
Expand Down

0 comments on commit 6e2b1c0

Please sign in to comment.