Skip to content

Commit

Permalink
feat: update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
f-necas committed Nov 28, 2024
1 parent 4e2a175 commit f949a9d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
path: tests
# - 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
Expand All @@ -29,7 +31,7 @@ jobs:
repository: georchestra/docker
submodules: 'recursive'
ref: 'rbmq-limited'
clean: 'false'
path: 'docker'
# - name: Launch docker-compose
# run: docker compose up -d --wait --quiet-pull
- name : Launch ls
Expand Down

0 comments on commit f949a9d

Please sign in to comment.