Skip to content

Commit

Permalink
update tests with stack_root
Browse files Browse the repository at this point in the history
  • Loading branch information
pretendWhale committed Apr 19, 2024
1 parent 8a08e9f commit 366cd8d
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/test_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
jobs:
test:
if: github.event.pull_request.draft == false
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
strategy:
matrix:
python-version:
Expand All @@ -22,6 +22,10 @@ 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 Down

0 comments on commit 366cd8d

Please sign in to comment.