Skip to content

Commit

Permalink
Update GitHub Actions workflows. (#365)
Browse files Browse the repository at this point in the history
This PR was automatically generated by the
update-workflows-ecosystem-providers workflow in the pulumi/ci-mgmt
repo, from commit 0b0be71fd3d76a94af154c4dacedfe86fd8eb6f1.
  • Loading branch information
pulumi-bot authored Apr 3, 2024
1 parent 15d71f3 commit ae55c40
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -506,8 +506,8 @@ jobs:
run: |-
pip3 install virtualenv==20.0.23
pip3 install pipenv
- name: Run docker-compose
run: docker-compose -f testing/docker-compose.yml up --build -d
- name: Run docker compose
run: docker compose -f testing/docker-compose.yml up --build -d
- name: Install dependencies
run: make install_${{ matrix.language}}_sdk
- name: Install gotestfmt
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/prerelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -427,8 +427,8 @@ jobs:
run: |-
pip3 install virtualenv==20.0.23
pip3 install pipenv
- name: Run docker-compose
run: docker-compose -f testing/docker-compose.yml up --build -d
- name: Run docker compose
run: docker compose -f testing/docker-compose.yml up --build -d
- name: Install dependencies
run: make install_${{ matrix.language}}_sdk
- name: Install gotestfmt
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -475,8 +475,8 @@ jobs:
run: |-
pip3 install virtualenv==20.0.23
pip3 install pipenv
- name: Run docker-compose
run: docker-compose -f testing/docker-compose.yml up --build -d
- name: Run docker compose
run: docker compose -f testing/docker-compose.yml up --build -d
- name: Install dependencies
run: make install_${{ matrix.language}}_sdk
- name: Install gotestfmt
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/run-acceptance-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -423,8 +423,8 @@ jobs:
run: |-
pip3 install virtualenv==20.0.23
pip3 install pipenv
- name: Run docker-compose
run: docker-compose -f testing/docker-compose.yml up --build -d
- name: Run docker compose
run: docker compose -f testing/docker-compose.yml up --build -d
- name: Install dependencies
run: make install_${{ matrix.language}}_sdk
- name: Install gotestfmt
Expand Down

0 comments on commit ae55c40

Please sign in to comment.