Skip to content

Commit 19192b8

Browse files
Copilothzhangxyz
andauthored
Add environment URL in jest.yml and pytest.yml for GitHub Actions (#35)
* Initial plan * Add environment URL in jest.yml and pytest.yml for GitHub Actions Co-authored-by: hzhangxyz <[email protected]> --------- Co-authored-by: copilot-swe-agent[bot] <[email protected]> Co-authored-by: hzhangxyz <[email protected]>
1 parent 72f1980 commit 19192b8

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

.github/workflows/jest.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,9 @@ jobs:
4848

4949
if: "github.event_name == 'push' && startsWith(github.ref, 'refs/tags')"
5050

51-
environment: npm
51+
environment:
52+
name: npm
53+
url: https://www.npmjs.com/package/atsds
5254
permissions:
5355
id-token: write
5456

.github/workflows/pytest.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,9 @@ jobs:
6969
runs-on: ubuntu-latest
7070
needs: wheels
7171

72-
environment: pypi
72+
environment:
73+
name: pypi
74+
url: https://pypi.org/project/apyds
7375
permissions:
7476
id-token: write
7577

0 commit comments

Comments
 (0)