Skip to content

Commit

Permalink
Update kre.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
duyluonganh authored Nov 30, 2023
1 parent 2aaa0df commit 7a12560
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/kre.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,7 @@ jobs:
# args: '-noSplash -retry=0 -browserType=Chrome -statusDelay=20 -testSuitePath="Test Suites/New Test Suite" -apiKey=${{ secrets.SECRET_KEY }} --config -webui.autoUpdateDrivers=true'
- name: Install docker # Taken from https://github.com/actions/virtual-environments/issues/1143#issuecomment-652264388
run: |
mkdir -p ~/.docker/machine/cache
curl -Lo ~/.docker/machine/cache/boot2docker.iso https://github.com/boot2docker/boot2docker/releases/download/v19.03.12/boot2docker.iso
brew install docker docker-machine
brew install --cask docker
- name: Docker pull
run: 'docker image pull katalonstudio/katalon:test'
Expand Down

0 comments on commit 7a12560

Please sign in to comment.