Commit 14c86fc2 by Edward Thomson Committed by Edward Thomson

fixup! actions: simplify execution with composite action

parent f487b847
...@@ -295,7 +295,7 @@ jobs: ...@@ -295,7 +295,7 @@ jobs:
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/workflows/run-build.yml@ethomson/workflow uses: ./.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