From acd1b74ea86a904fd7a8cbfe14c04f890442e335 Mon Sep 17 00:00:00 2001 From: Andrew Wells Date: Fri, 8 Sep 2023 15:26:24 -0700 Subject: [PATCH] get integration tests from 2.3.x --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b3b1166a..16daaeac 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,7 +21,7 @@ jobs: uses: actions/checkout@v3 with: repository: cedar-policy/cedar - ref: main + ref: release/2.3.x path: ./cedar - name: rustup run: rustup update ${{ matrix.toolchain }} && rustup default ${{ matrix.toolchain }}