Skip to content

Commit

Permalink
[debuging]
Browse files Browse the repository at this point in the history
  • Loading branch information
lpascal-ledger committed Jan 22, 2025
1 parent bd67da9 commit d00bc87
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions .github/workflows/continuous-integration-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,6 @@ name: Continuous Integration & Deployment
on:
workflow_dispatch:
push:
tags:
- '*'
branches:
- master
pull_request:
branches:
- master

jobs:
coverage:
Expand Down Expand Up @@ -66,10 +59,14 @@ jobs:

- name: Build and install package
run: |
pip install pytest
echo ----
cmake -Bbuild -H. -DPRECOMPILED_DEPENDENCIES_DIR=/install -DWITH_VNC=1
echo ----
make -C build
pip install pytest
echo ----
pip install .
echo ----
- name: Test
env:
Expand Down

0 comments on commit d00bc87

Please sign in to comment.