mirror of
https://github.com/libgit2/libgit2.git
synced 2026-06-22 06:26:26 +00:00
fixup! fixup! actions: simplify execution with composite action
This commit is contained in:
committed by
Edward Thomson
parent
14c86fc268
commit
45e95144f3
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user