We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6863061 commit 5125fccCopy full SHA for 5125fcc
2 files changed
.github/workflows/build.yml
@@ -108,7 +108,9 @@ jobs:
108
- uses: actions/checkout@v3
109
110
- name: Prepare for tests
111
- run: ./dev/tests/prepare.sh
+ run: |
112
+ chmod +x ./dev/tests/prepare.sh
113
+ sh ./dev/tests/prepare.sh
114
115
- name: Ensure DB is ready
116
run: |
.github/workflows/ci-run-tests.yml
@@ -29,7 +29,9 @@ jobs:
29
30
31
32
33
34
35
36
37
0 commit comments