Skip to content

Commit 75fb540

Browse files
committed
fix: logs and environment url in e2e test
1 parent 1c48805 commit 75fb540

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/test.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,9 @@ jobs:
2929
with:
3030
token: ${{github.token}}
3131
type: create
32+
environment: test
33+
logs: https://github.com/npm/action-deploy/actions?query=workflow%3Abuild-test
34+
environment_url: https://npmjs.com
3235
- uses: ./
3336
name: Finish first deployment with success
3437
with:
@@ -49,6 +52,8 @@ jobs:
4952
token: ${{github.token}}
5053
type: create
5154
environment: test
55+
logs: https://github.com/npm/action-deploy/actions?query=workflow%3Abuild-test
56+
environment_url: https://npmjs.com
5257
- uses: ./
5358
name: Finish second deployment
5459
with:

0 commit comments

Comments
 (0)