From 46e09d799c358e1e12ac8aa9f0a796c13c959e42 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D9=85=D8=B5=D8=B7=D9=81=D9=8A=20=D9=85=D8=AD=D9=85=D9=88?= =?UTF-8?q?=D8=AF=20=D9=83=D9=85=D8=A7=D9=84=20=D8=A7=D9=84=D8=AF=D9=8A?= =?UTF-8?q?=D9=86?= <48567303+moste00@users.noreply.github.com> Date: Fri, 30 Aug 2024 21:05:42 +0300 Subject: [PATCH] adding CI 34 --- .github/workflows/end2end-smoke-test.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/end2end-smoke-test.yml b/.github/workflows/end2end-smoke-test.yml index 9f3e8bf..889e22d 100644 --- a/.github/workflows/end2end-smoke-test.yml +++ b/.github/workflows/end2end-smoke-test.yml @@ -14,6 +14,8 @@ jobs: - name: Fetching the generator sources uses: actions/checkout@v4 + with: + path: generator - name: Getting the hash of the riscv sail model to fetch id: sail-riscv-model-get-hash @@ -24,11 +26,13 @@ jobs: with: repository: riscv/sail-riscv ref: ${{ steps.sail-riscv-model-get-hash.outputs.h }} - path: ../sail-riscv/ + path: sail-riscv/ sparse-checkout: model - name: Running the generator run: | + ls -R + cd generator source ~/.bash_profile export OPAMCONFIRMLEVEL=yes export OCAMLRUNPARAM=b