Skip to content

Commit

Permalink
Extended test deps install
Browse files Browse the repository at this point in the history
  • Loading branch information
maxtropets committed Jul 23, 2024
1 parent 6d81a49 commit ebd6f83
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/long-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,12 @@ jobs:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- run: |
set -ex
sudo apt-get -y update
sudo apt install ansible -y
cd getting_started/setup_vm
ansible-playbook ccf-extended-testing.yml
- name: "Build"
run: |
Expand Down

0 comments on commit ebd6f83

Please sign in to comment.