You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Auto-generated by Recipe Engine, do not modify manually.
2
+
# This job is generated by the wrench recipe engine module, see find the docs here: http://Go/ii2fb
3
+
4
+
# Test that Generated Wrench Jobs are up to date.
5
+
test_-_wrench_jobs_up_to_date:
6
+
name: Test - Wrench Jobs up to date
7
+
agent:
8
+
image: package-ci/ubuntu-20.04:default
9
+
type: Unity::VM
10
+
flavor: b1.large
11
+
commands:
12
+
- command: dotnet run --project Tools/CI/InputSystem.Cookbook.csproj
13
+
- command: |-
14
+
if [ -n "$(git status --porcelain)" ]; then
15
+
git status
16
+
echo "Your repo is not clean - diff output:"
17
+
git diff
18
+
echo "You must run recipe generation after updating recipes to update the generated YAML!"
19
+
echo "Run 'dotnet run --project Tools/CI/InputSystem.Cookbook.csproj' from the root of your repository to regenerate all job definitions created by wrench."
0 commit comments