Commit 45e95144 by Edward Thomson Committed by Edward Thomson

fixup! fixup! actions: simplify execution with composite action

parent 14c86fc2
......@@ -289,13 +289,13 @@ jobs:
- name: Prepare build
run: mkdir build
- name: Build
uses: ./.github/actions/run-build
uses: ./source/.github/actions/run-build
with:
command: cd build && ../source/ci/build.sh
container: ${{ matrix.platform.container.name }}
container-version: ${{ env.docker-registry-container-sha }}
- name: Test
uses: ./.github/actions/run-build
uses: ./source/.github/actions/run-build
with:
command: cd build && ../source/ci/test.sh
container: ${{ matrix.platform.container.name }}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment