Skip to content

Commit

Permalink
Github actions debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
Frissi0n committed Dec 2, 2023
1 parent b7489e4 commit 322fd7d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker-pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
docker run --name gtfonow_test_${{ matrix.python-version }} -d gtfonow_test:${{ matrix.python-version }}
- name: Run Pytest
run: docker exec gtfonow_test_${{ matrix.python-version }} su -l lowpriv -c pytest -v
run: docker exec gtfonow_test_${{ matrix.python-version }} su -l lowpriv -c "pytest -v"
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v3
env:
Expand Down
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ RUN apt-get install -y zip
RUN apt-get install -y cron
RUN apt-get install -y nano
RUN apt-get install -y nmap
RUN apt-get install -y systemctl
RUN apt-get install -y supervisor
RUN apt-get install -y openssh-server
RUN apt-get install -y sudo
Expand Down

0 comments on commit 322fd7d

Please sign in to comment.