Skip to content

Commit

Permalink
💚 [#509] Use master branch in quickstart job
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenbal committed Jan 3, 2025
1 parent 7cc13fb commit a72c948
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/quick-start.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
steps:
- name: Download docker-compose file
# todo replace branch name with master after the change is merge
run: wget https://raw.githubusercontent.com/maykinmedia/objects-api/deps/oaf-0.8.0/docker-compose.yml
run: wget https://raw.githubusercontent.com/maykinmedia/objects-api/master/docker-compose.yml
- name: Start docker containers
run: docker compose up -d --no-build
- name: Load fixtures
Expand Down

0 comments on commit a72c948

Please sign in to comment.