Skip to content

Commit

Permalink
feat: change branch
Browse files Browse the repository at this point in the history
  • Loading branch information
f-necas committed Nov 28, 2024
1 parent fc5ab8d commit 0f629d0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
# - name: Add hosts to /etc/hosts
# run: |
# sudo echo "127.0.0.1 georchestra-127-0-0-1.nip.io" | sudo tee -a /etc/hosts
- name: Set up Python
uses: actions/setup-python@v4
with:
Expand All @@ -20,6 +23,7 @@ jobs:
with:
repository: georchestra/docker
submodules: 'recursive'
ref: 'rbmq-limited'
- name: Launch docker-compose
run: docker compose up -d --wait
- name: Install dependencies
Expand Down

0 comments on commit 0f629d0

Please sign in to comment.