Commit 45e95144 by Edward Thomson Committed by Edward Thomson

fixup! fixup! actions: simplify execution with composite action

parent 14c86fc2
...@@ -289,13 +289,13 @@ jobs: ...@@ -289,13 +289,13 @@ jobs:
- name: Prepare build - name: Prepare build
run: mkdir build run: mkdir build
- name: Build - name: Build
uses: ./.github/actions/run-build uses: ./source/.github/actions/run-build
with: with:
command: cd build && ../source/ci/build.sh command: cd build && ../source/ci/build.sh
container: ${{ matrix.platform.container.name }} container: ${{ matrix.platform.container.name }}
container-version: ${{ env.docker-registry-container-sha }} container-version: ${{ env.docker-registry-container-sha }}
- name: Test - name: Test
uses: ./.github/actions/run-build uses: ./source/.github/actions/run-build
with: with:
command: cd build && ../source/ci/test.sh command: cd build && ../source/ci/test.sh
container: ${{ matrix.platform.container.name }} 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