Skip to content

Commit

Permalink
Remove desktop app from CI
Browse files Browse the repository at this point in the history
  • Loading branch information
SplittyDev committed Jun 16, 2022
1 parent c779bf5 commit 9f829ee
Showing 1 changed file with 0 additions and 21 deletions.
21 changes: 0 additions & 21 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 9f829ee

Please sign in to comment.