diff --git a/.github/workflows/lint-rs.yml b/.github/workflows/lint-rs.yml index 057b3af..3b40a93 100644 --- a/.github/workflows/lint-rs.yml +++ b/.github/workflows/lint-rs.yml @@ -87,9 +87,9 @@ jobs: fi # TODO: replace with an integration test that fetches everything from rust - - name: Download Camoufox for testing - run: npx camoufox-js fetch - continue-on-error: true + # - name: Download Camoufox for testing + # run: npx camoufox-js fetch + # continue-on-error: true - name: Copy nodecar binary to Tauri binaries shell: bash diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e0832f4..e71ca6f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -154,9 +154,9 @@ jobs: cp nodecar/nodecar-bin src-tauri/binaries/nodecar-${{ matrix.target }} fi - - name: Download Camoufox for testing - run: npx camoufox-js fetch - continue-on-error: true + # - name: Download Camoufox for testing + # run: npx camoufox-js fetch + # continue-on-error: true - name: Build frontend run: pnpm build diff --git a/.github/workflows/rolling-release.yml b/.github/workflows/rolling-release.yml index 83690a1..7f86d9e 100644 --- a/.github/workflows/rolling-release.yml +++ b/.github/workflows/rolling-release.yml @@ -153,9 +153,9 @@ jobs: cp nodecar/nodecar-bin src-tauri/binaries/nodecar-${{ matrix.target }} fi - - name: Download Camoufox for testing - run: npx camoufox-js fetch - continue-on-error: true + # - name: Download Camoufox for testing + # run: npx camoufox-js fetch + # continue-on-error: true - name: Build frontend run: pnpm build