Skip to content

Commit 6eda974

Browse files
committed
(fix): checkout feat-builder branch of query lib in CI workflows
1 parent 1fc920f commit 6eda974

3 files changed

Lines changed: 5 additions & 3 deletions

File tree

.github/workflows/codeql-analysis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ jobs:
1717
uses: actions/checkout@v4
1818
with:
1919
repository: utopia-php/query
20+
ref: feat-builder
2021
path: query
2122

2223
- run: git checkout HEAD^2
@@ -28,7 +29,6 @@ jobs:
2829
docker run --rm -v $PWD/database:/app -v $PWD/query:/query -w /app -e COMPOSER_MIRROR_PATH_REPOS=1 phpswoole/swoole:5.1.8-php8.3-alpine sh -c \
2930
"sed -i 's|\"url\": \"../query\"|\"url\": \"/query\"|' composer.json && \
3031
sed -i 's|\"symlink\": true|\"symlink\": false|' composer.json && \
31-
composer update --profile --ignore-platform-reqs && \
32-
ls -la vendor/utopia-php/query && \
33-
ls vendor/utopia-php/query/src/Query/Schema/ && \
32+
sed -i 's|\"url\": \"../query\"|\"url\": \"/query\"|' composer.lock && \
33+
composer install --profile --ignore-platform-reqs && \
3434
composer check"

.github/workflows/linter.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ jobs:
1717
uses: actions/checkout@v4
1818
with:
1919
repository: utopia-php/query
20+
ref: feat-builder
2021
path: query
2122

2223
- run: git checkout HEAD^2

.github/workflows/tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ jobs:
2424
uses: actions/checkout@v4
2525
with:
2626
repository: utopia-php/query
27+
ref: feat-builder
2728
path: query
2829

2930
- name: Set up Docker Buildx

0 commit comments

Comments
 (0)