Skip to content

Commit

Permalink
CI #268 run container in background
Browse files Browse the repository at this point in the history
  • Loading branch information
prjemian committed Nov 9, 2023
1 parent 34d886f commit 924fa98
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/conda_unit_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ jobs:
run: |
docker pull ghcr.io/bluesky/tiled:main
docker run \
-d \
--rm \
-p 8000:8000 \
-e TILED_SINGLE_USER_API_KEY=secret \
ghcr.io/bluesky/tiled:main
Expand Down

0 comments on commit 924fa98

Please sign in to comment.