From a540ea1b3012b8d0f1b35336b64b7dd4b432c1b8 Mon Sep 17 00:00:00 2001 From: rsdy
Date: Fri, 22 Sep 2023 15:49:25 +0200 Subject: [PATCH] Test new commit --- .github/workflows/server-test.yml | 34 +------------------------------ .github/workflows/tauri-test.yml | 1 + 2 files changed, 2 insertions(+), 33 deletions(-) diff --git a/.github/workflows/server-test.yml b/.github/workflows/server-test.yml index 34a2f2aabb..23109fdc59 100644 --- a/.github/workflows/server-test.yml +++ b/.github/workflows/server-test.yml @@ -39,6 +39,7 @@ jobs: - name: Load PATH changes run: direnv allow && direnv exec . sh -c 'echo $PATH' > "$GITHUB_PATH" + - name: Load other environment changes run: direnv export gha >> "$GITHUB_ENV" @@ -55,36 +56,3 @@ jobs: - name: Sccache stats run: sccache --show-stats - - # benchmark: - # runs-on: [self-hosted, benchmark] - # steps: - # - uses: actions/checkout@v3 - # with: - # clean: false - # lfs: true - - # - name: Setup Rust toolchain - # uses: actions-rs/toolchain@v1 - # with: - # profile: minimal - # toolchain: stable - # override: true - - # - uses: boa-dev/criterion-compare-action@v3.2.4 - # env: - # BLOOP_LOG: bleep=debug - # with: - # cwd: ./server - # benchName: "indexes" - # branchName: ${{ github.base_ref }} - # token: ${{ secrets.GITHUB_TOKEN }} - - # - uses: boa-dev/criterion-compare-action@v3.2.4 - # env: - # BLOOP_LOG: bleep=debug - # with: - # cwd: ./server - # benchName: "queries" - # branchName: ${{ github.base_ref }} - # token: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/tauri-test.yml b/.github/workflows/tauri-test.yml index 4f722b39ce..ff00f8714d 100644 --- a/.github/workflows/tauri-test.yml +++ b/.github/workflows/tauri-test.yml @@ -40,6 +40,7 @@ jobs: - name: Load PATH changes run: direnv allow && direnv exec . sh -c 'echo $PATH' > "$GITHUB_PATH" + - name: Load other environment changes run: direnv export gha >> "$GITHUB_ENV"