From 2af2692a66119f9e4f831ebb4eeae191c8096f57 Mon Sep 17 00:00:00 2001 From: Mikhail Klementev Date: Tue, 16 May 2023 18:50:39 +0000 Subject: [PATCH] ci: correct directory --- .github/workflows/ubuntu.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }}