Skip to content

Commit

Permalink
chore(ci): no reason for -i flag
Browse files Browse the repository at this point in the history
  • Loading branch information
Jomik committed Feb 16, 2024
1 parent 6983ef5 commit 0cdddf6
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 -di -p 21025:21025 -p 21028:21028 --env STEAM_KEY --name screeps -v ${CONFIG_FILE}:/screeps/config.yml ${TEST_TAG}
docker run --rm -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 0cdddf6

Please sign in to comment.