Skip to content

Commit

Permalink
Install pytest
Browse files Browse the repository at this point in the history
  • Loading branch information
adamdoupe committed Sep 1, 2023
1 parent b267670 commit 3f4e05d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install test dependencies
run: |
python -m pip install --upgrade pip
pip install pytest
- name: Build Container
run: "docker build -t pwncollege/dojo ."
- name: Run Container
Expand Down

0 comments on commit 3f4e05d

Please sign in to comment.