Skip to content

Commit

Permalink
Update build tests to include keepassxc
Browse files Browse the repository at this point in the history
  • Loading branch information
ndejong committed Sep 21, 2024
1 parent 4ee2d1b commit 31be9f9
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,11 @@ jobs:
uses: actions/setup-python@v4
with: { python-version: "${{ matrix.python-version }}" }

- name: Install required keepassxc
run: |
apt-get -y update
apt-get install -y keepassxc
- name: Create a venv to operate within using slap-cli
run: |
slap venv --create tester
Expand Down

0 comments on commit 31be9f9

Please sign in to comment.