mirror of
https://github.com/home-assistant/operating-system.git
synced 2025-07-24 13:36:31 +00:00
Fix test action by checking out source first (#2836)
The first action can't be action with simple run step, because it is respecting the working-directory already. Put checkout step to the top.
This commit is contained in:
parent
3e36628c09
commit
d4cb408090
10
.github/workflows/test.yaml
vendored
10
.github/workflows/test.yaml
vendored
@ -27,16 +27,16 @@ jobs:
|
||||
run:
|
||||
working-directory: ./tests
|
||||
steps:
|
||||
- name: Install system dependencies
|
||||
run: |
|
||||
sudo apt update
|
||||
sudo apt install -y qemu-system-x86 ovmf
|
||||
|
||||
- name: Checkout source
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
persist-credentials: false
|
||||
|
||||
- name: Install system dependencies
|
||||
run: |
|
||||
sudo apt update
|
||||
sudo apt install -y qemu-system-x86 ovmf
|
||||
|
||||
- name: Setup Python
|
||||
uses: actions/setup-python@v4
|
||||
with:
|
||||
|
Loading…
x
Reference in New Issue
Block a user