Skip to content

Commit

Permalink
See where leap-dev is being installed.
Browse files Browse the repository at this point in the history
  • Loading branch information
oschwaldp-oci committed Jul 20, 2023
1 parent 33f27a4 commit ba3bf65
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/contract.yml
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,9 @@ jobs:
token: ${{ secrets.GITHUB_TOKEN }}

- name: Install Leap
run: sudo apt-get install -y ./leap*.deb
run: |
sudo apt-get install -y ./leap*.deb
dpkg -L leap-dev | grep TestHarness
- name: Test Leap Integration
run: |
Expand Down

0 comments on commit ba3bf65

Please sign in to comment.