From e698563eed5aa1f5d92d2589da523170027dc9e1 Mon Sep 17 00:00:00 2001 From: Anthony Islas Date: Thu, 6 Jun 2024 15:19:06 -0700 Subject: [PATCH] Actually input the id --- .github/workflows/ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a1c00e8c4b..86949c7e6a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -95,6 +95,7 @@ jobs: label : compile-tests archive : ${{ matrix.testSet.archive }} name : ${{ matrix.testSet.name }} + id : ${{ matrix.testSet.id }} host : ${{ matrix.testSet.host }} fileroot : ${{ matrix.testSet.fileroot }} account : ${{ matrix.testSet.account }} @@ -166,6 +167,7 @@ jobs: label : em_real-tests archive : ${{ matrix.testSet.archive }} name : ${{ matrix.testSet.name }} + id : ${{ matrix.testSet.id }} host : ${{ matrix.testSet.host }} fileroot : ${{ matrix.testSet.fileroot }} account : ${{ matrix.testSet.account }} @@ -232,6 +234,7 @@ jobs: label : em_real-tests archive : ${{ matrix.testSet.archive }} name : ${{ matrix.testSet.name }} + id : ${{ matrix.testSet.id }} host : ${{ matrix.testSet.host }} fileroot : ${{ matrix.testSet.fileroot }} account : ${{ matrix.testSet.account }}