Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Additional options for running the standardised build process #50

Merged
merged 22 commits into from
Sep 10, 2024
Merged
Changes from 1 commit
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
db547c4
Initial version of scripted build workflow run within a single job
JamesDawson Sep 6, 2024
96f5e52
Make 'buildTasks' parameter not required
JamesDawson Sep 6, 2024
bdbfc81
Remove redundant inputs
JamesDawson Sep 6, 2024
24d5fa7
Remove permission demands
JamesDawson Sep 6, 2024
0299d3d
Remove redundant caching-related inputs
JamesDawson Sep 6, 2024
0cf34a4
Fix broken ternary expression
JamesDawson Sep 6, 2024
4fd1f6d
Updated README
JamesDawson Sep 6, 2024
a5fd7e2
Add CI validation for new single job workflow
JamesDawson Sep 6, 2024
7ae5193
Update 'run-scripted-build' composite action to suppress cache-relate…
JamesDawson Sep 6, 2024
250fa9e
Add composite action as an alternative option for running the build p…
JamesDawson Sep 7, 2024
f69ac00
Add checkout step to workflow that tests the build process composite …
JamesDawson Sep 7, 2024
6336a9c
Switch references to secrets and vars to inputs
JamesDawson Sep 7, 2024
6f6256b
Remove lowercase
JamesDawson Sep 7, 2024
dd678de
Add 'prepare-env-vars-and-secrets' to ci-composite-action - the value…
JamesDawson Sep 7, 2024
cdd6a5e
Fixed referenced outputs
JamesDawson Sep 9, 2024
ff894fa
Updated README
JamesDawson Sep 9, 2024
fd8ba0f
Refactor 'scripted-build-single-job-workflow' to use 'run-build-proce…
JamesDawson Sep 9, 2024
29cf75f
Update triggers on validation workflows
JamesDawson Sep 9, 2024
3aa0f08
Test reference actions via local path in reusable workflow
JamesDawson Sep 9, 2024
01514cc
Revert "Test reference actions via local path in reusable workflow"
JamesDawson Sep 9, 2024
226f788
Updated README
JamesDawson Sep 9, 2024
0abdd4b
Switch branch references ahead of merge
JamesDawson Sep 9, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Revert "Test reference actions via local path in reusable workflow"
This reverts commit 3aa0f08.
JamesDawson committed Sep 9, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
commit 01514cc9b63a447e474e8472ba2d6945506f72a1
2 changes: 1 addition & 1 deletion .github/workflows/scripted-build-single-job-pipeline.yml
Original file line number Diff line number Diff line change
@@ -70,7 +70,7 @@ jobs:
preReleaseTag: ${{ steps.run_build.outputs.preReleaseTag }}

steps:
- uses: ./actions/run-build-process
- uses: endjin/Endjin.RecommendedPractices.GitHubActions/actions/run-build-process@feature/single-job-build-workflow
id: run_build
with:
netSdkVersion: ${{ inputs.netSdkVersion }}
Loading