We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc963e6 commit 7808de0Copy full SHA for 7808de0
2 files changed
.github/testing/package.json
@@ -1,8 +1,7 @@
1
{
2
"devDependencies": {
3
"@types/bun": "^1.1.6",
4
- "gts": "^5.3.1",
5
- "typescript": "^5.5.4"
+ "gts": "^5.3.1"
6
},
7
"scripts": {
8
"clean": "gts clean",
.github/workflows/test.yaml
@@ -33,7 +33,6 @@ jobs:
33
with:
34
fetch-depth: 0
35
- uses: oven-sh/setup-bun@v2
36
- - run: bun install
37
- id: python
38
run: |
39
AFFECTED_PYTHON=$(bun run affected python HEAD origin/main)
@@ -67,7 +66,6 @@ jobs:
67
66
project_id: jss-22p1-test
68
workload_identity_provider: projects/886556137211/locations/global/workloadIdentityPools/github-actions/providers/github-actions-python
69
- run: pip install nox
70
71
- run: bun run tests python AFFECTED
72
env:
73
AFFECTED: ${{toJson(matrix.affected)}}
0 commit comments