diff --git a/.github/workflows/ubuntu.yml b/.github/workflows/ubuntu.yml index 874c4d3..a5c5aba 100644 --- a/.github/workflows/ubuntu.yml +++ b/.github/workflows/ubuntu.yml @@ -64,7 +64,7 @@ jobs: - name: End-to-End Testing [${{ matrix.example.name }}] run: | - cd ${{ matrix.example.dir }} + cd examples/${{ matrix.example.dir }} ../../out-of-tree --log-level=debug kernel autogen --max=1 ../../out-of-tree --log-level=debug pew --qemu-timeout=10m cd ${{ matrix.example.params }}