Skip to content

Commit 14c86fc

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,7 @@ jobs:
295295
container: ${{ matrix.platform.container.name }}
296296
container-version: ${{ env.docker-registry-container-sha }}
297297
- name: Test
298-
uses: .github/workflows/run-build.yml@ethomson/workflow
298+
uses: ./.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)