From 8eefdd0fa63d6a7a0447c47a89418529b933d70a Mon Sep 17 00:00:00 2001 From: Chong Shen Ng Date: Wed, 13 Nov 2024 23:44:08 +0000 Subject: [PATCH] Fix --- .github/workflows/e2e.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index c3b8c971ea2f..dd127cfc9c23 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -222,7 +222,7 @@ jobs: run: ./../test_superlink.sh "${{ matrix.directory }}" # - name: Run driver test with REST # if: ${{ matrix.directory == 'e2e-bare' }} - run: ./../test_superlink.sh bare rest + # run: ./../test_superlink.sh bare rest - name: Run driver test with SQLite database if: ${{ matrix.directory == 'e2e-bare' }} run: ./../test_superlink.sh bare sqlite