Skip to content

Commit dceacb6

Browse files
authored
Add environment to all the smoke test steps (#411)
1 parent 9d4a1b1 commit dceacb6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/smoke.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ jobs:
1414
- run: echo ✓
1515
test:
1616
needs: authorize
17+
environment: automatic
1718
runs-on: ubuntu-latest
1819
timeout-minutes: 60
1920
strategy:
@@ -51,6 +52,7 @@ jobs:
5152
test-k8s:
5253
name: test (K8S)
5354
needs: authorize
55+
environment: automatic
5456
runs-on: ubuntu-latest
5557
timeout-minutes: 30
5658
env:

0 commit comments

Comments
 (0)