Skip to content

Commit 45e9514

Browse files
ethomsonEdward Thomson
authored andcommitted
fixup! fixup! actions: simplify execution with composite action
1 parent 14c86fc commit 45e9514

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -289,13 +289,13 @@ jobs:
289289
- name: Prepare build
290290
run: mkdir build
291291
- name: Build
292-
uses: ./.github/actions/run-build
292+
uses: ./source/.github/actions/run-build
293293
with:
294294
command: cd build && ../source/ci/build.sh
295295
container: ${{ matrix.platform.container.name }}
296296
container-version: ${{ env.docker-registry-container-sha }}
297297
- name: Test
298-
uses: ./.github/actions/run-build
298+
uses: ./source/.github/actions/run-build
299299
with:
300300
command: cd build && ../source/ci/test.sh
301301
container: ${{ matrix.platform.container.name }}

0 commit comments

Comments
 (0)