From 9f829ee7b6030ae81d0e4a098e8659b11655411e Mon Sep 17 00:00:00 2001 From: Marco Quinten Date: Fri, 17 Jun 2022 00:25:51 +0200 Subject: [PATCH] Remove desktop app from CI --- .github/workflows/ci.yml | 21 --------------------- 1 file changed, 21 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fc3c19c..6cb217f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -37,24 +37,3 @@ jobs: with: command: test args: -p plasmid-cli - test_desktop: - name: Test Plasmid Desktop - runs-on: ubuntu-latest - steps: - - name: Checkout - uses: actions/checkout@v3 - - name: Install stable toolchain - uses: actions-rs/toolchain@v1 - with: - profile: minimal - toolchain: stable - override: true - - name: Install dependencies - run: sudo apt update && sudo apt install libwebkit2gtk-4.0-dev build-essential curl wget libssl-dev libgtk-3-dev libappindicator3-dev librsvg2-dev - - name: Create build directory - run: mkdir ./plasmid-gui/build - - name: Cargo Test - uses: actions-rs/cargo@v1 - with: - command: test - args: -p app