From a64e62877455e9bd0fdfc7e02e71c1b951439b4e Mon Sep 17 00:00:00 2001 From: Tonis Tiigi Date: Tue, 11 Feb 2025 15:41:15 -0800 Subject: [PATCH] .github: test github runtime envs Signed-off-by: Tonis Tiigi --- .github/workflows/e2e.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index f79f060d..c64817fb 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -215,6 +215,9 @@ jobs: - name: Checkout uses: actions/checkout@v4 + - + name: Expose GitHub Runtime + uses: crazy-max/ghaction-github-runtime@v3 - name: Environment variables if: matrix.envs != ''