Skip to content

Commit

Permalink
Add git to the docker image, fix tox environment name in the gh yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
rtuck99 committed Jan 17, 2025
1 parent 4c8911f commit e6bb1bd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/system_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ jobs:
pip-install: ".[dev]"

- name: Run tests
run: tox -e system-tests
run: tox -e systemtests
4 changes: 3 additions & 1 deletion system-test-image/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,9 @@ COPY start.sh /home/docker/actions-runner/start.sh
RUN chown -R docker ~docker

# Needed for fetching live registration tokens
RUN apt install -y jq
RUN apt install -y jq
# Needed for decent version of git for actions/checkout github action
RUN apt install -y git

USER docker
WORKDIR /home/docker/actions-runner
Expand Down

0 comments on commit e6bb1bd

Please sign in to comment.