Compare commits
7 Commits
draggable
...
perf/share
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
b3e358868f | ||
|
|
dec47f6f0a | ||
|
|
93cdedb6b0 | ||
|
|
a1bd24dbf7 | ||
|
|
cb469fb78c | ||
|
|
c1dde0cb74 | ||
|
|
cfc804ad21 |
5
.github/workflows/integration.yml
vendored
5
.github/workflows/integration.yml
vendored
@@ -112,6 +112,11 @@ jobs:
|
|||||||
working-directory: apps/${{ env.APP_NAME }}/tests/integration
|
working-directory: apps/${{ env.APP_NAME }}/tests/integration
|
||||||
run: ./run.sh
|
run: ./run.sh
|
||||||
|
|
||||||
|
- name: Print query log
|
||||||
|
run: |
|
||||||
|
cat query.log | wc -l
|
||||||
|
cat query.log
|
||||||
|
|
||||||
- name: Query count
|
- name: Query count
|
||||||
if: ${{ matrix.databases == 'mysql' }}
|
if: ${{ matrix.databases == 'mysql' }}
|
||||||
uses: actions/github-script@v7
|
uses: actions/github-script@v7
|
||||||
|
|||||||
Reference in New Issue
Block a user