Skip to content

Commit

Permalink
fix test_ci
Browse files Browse the repository at this point in the history
  • Loading branch information
pretendWhale committed Apr 19, 2024
1 parent 8d19752 commit 4e7a5da
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/test_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,6 @@ jobs:
env:
AUTOTESTER_CONFIG: server/autotest_server/tests/fixtures/test_config.yml
steps:
- name: Set stack_root
id: step_one
run: |
echo "STACK_ROOT=/home/docker/.autotesting/.stack" >> "$GITHUB_ENV"
- uses: actions/checkout@v2
- name: Setup python
uses: actions/setup-python@v2
Expand All @@ -40,5 +36,7 @@ jobs:
${{ runner.os }}-pip-
- name: Install python packages
run: python -m pip install pytest fakeredis -r ${{ matrix.test-dir }}/requirements.txt
- name: Set stack_root
run: echo "STACK_ROOT=/home/docker/.autotesting/.stack" >> "$GITHUB_ENV"
- name: run tests
run: pytest ${{ matrix.test-dir }}

0 comments on commit 4e7a5da

Please sign in to comment.