Skip to content

Commit

Permalink
Merge pull request #255 from lemberg/chore/faster-ci
Browse files Browse the repository at this point in the history
Skip provisioning for vagrant up (has already been done by Molecule)
  • Loading branch information
T2L committed Nov 16, 2021
2 parents ee0053b + 5c66a52 commit 3538272
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/Integrate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -210,8 +210,8 @@ jobs:
sudo mkdir /etc/vbox
echo "* 10.0.0.0/8 192.168.0.0/16" | sudo tee -a /etc/vbox/networks.conf
- name: Provision the machine
run: vagrant up
- name: Start the machine (without provisioning)
run: vagrant up --no-provision

code-coverage:
name: Code Coverage
Expand Down

0 comments on commit 3538272

Please sign in to comment.