From 81511764c4aa025ba75b10b079b98df8d8b579b2 Mon Sep 17 00:00:00 2001 From: "AppFlowy.IO" <86001920+appflowy@users.noreply.github.com> Date: Sat, 20 Nov 2021 14:30:25 +0800 Subject: [PATCH] Delete integration_test.yml --- .github/workflows/integration_test.yml | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 .github/workflows/integration_test.yml diff --git a/.github/workflows/integration_test.yml b/.github/workflows/integration_test.yml deleted file mode 100644 index edcfc0c9cb..0000000000 --- a/.github/workflows/integration_test.yml +++ /dev/null @@ -1,20 +0,0 @@ -name: integration_test - -on: - push: - branches: [ main ] - pull_request: - branches: [ main ] - -env: - CARGO_TERM_COLOR: always - -jobs: - build: - runs-on: macOS-latest - steps: - - uses: actions/checkout@v2 - - name: Run frontend tests - run: cd frontend/rust-lib && cargo test - - name: Run shared-lib tests - run: cd shared-lib && cargo test