Skip to content

Commit b8b1e18

Browse files
authored
Add production environment to test-and-build job
1 parent e550fc0 commit b8b1e18

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/unity-cloud-check.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ on:
77
jobs:
88
test-and-build:
99
runs-on: ubuntu-latest
10+
environment: production
1011

1112
strategy:
1213
fail-fast: false
@@ -46,4 +47,4 @@ jobs:
4647
done
4748
4849
echo "Build timed out"
49-
exit 1
50+
exit 1

0 commit comments

Comments
 (0)