Skip to content

Commit

Permalink
chore(ci): do not remove container (#62)
Browse files Browse the repository at this point in the history
this is so we can see the logs if it fails
  • Loading branch information
Jomik authored Feb 21, 2024
1 parent 59dbea7 commit 2e39a5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
load: true
- name: Start the container
run: |
docker run --rm -d -p 21025:21025 -p 21028:21028 --env STEAM_KEY --name screeps -v ${CONFIG_FILE}:/screeps/config.yml ${TEST_TAG}
docker run -d -p 21025:21025 -p 21028:21028 --env STEAM_KEY --name screeps -v ${CONFIG_FILE}:/screeps/config.yml ${TEST_TAG}
env:
STEAM_KEY: ${{ secrets.STEAM_KEY }}
CONFIG_FILE: ${{ format('{0}/{1}', github.workspace, 'test-config.yml') }}
Expand Down

0 comments on commit 2e39a5f

Please sign in to comment.