We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 266a0a5 commit 0297a2eCopy full SHA for 0297a2e
1 file changed
.github/workflows/pull_request_tests.yml
@@ -26,6 +26,8 @@ jobs:
26
env:
27
NREL_DEV_API_KEY: ${{ secrets.NREL_DEV_API_KEY }}
28
run: ./.github/scripts/make_keys.py.sh
29
+ - name: Remove existing base-api-image
30
+ run: docker rmi docker.io/library/base-api-image:latest || true
31
- name: Build containers
32
run: docker compose up -d
33
- name: Check running containers
0 commit comments