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 14c86fc commit 45e9514Copy full SHA for 45e9514
.github/workflows/main.yml
@@ -289,13 +289,13 @@ jobs:
289
- name: Prepare build
290
run: mkdir build
291
- name: Build
292
- uses: ./.github/actions/run-build
+ uses: ./source/.github/actions/run-build
293
with:
294
command: cd build && ../source/ci/build.sh
295
container: ${{ matrix.platform.container.name }}
296
container-version: ${{ env.docker-registry-container-sha }}
297
- name: Test
298
299
300
command: cd build && ../source/ci/test.sh
301
0 commit comments