Skip to content

Commit

Permalink
Update Calibration Workflow (#123)
Browse files Browse the repository at this point in the history
* Test Changes

* Update Calibration Workflow

* Revert Test Changes
  • Loading branch information
Alrobbertz committed Jul 26, 2024
1 parent 7fe1ce8 commit b05bd3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/calibration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Run Lambda Docker Container
run: |
docker run -d -p 9000:8080 -e USE_INSTRUMENT_TEST_DATA=True processing_function:latest
docker run -d -p 9000:8080 -e USE_INSTRUMENT_TEST_DATA=True -e SWXSOC_MISSION=hermes processing_function:latest
container_id=$(docker ps -qf "ancestor=processing_function:latest")
echo "Container ID: $container_id"
Expand Down

0 comments on commit b05bd3e

Please sign in to comment.