Skip to content

Commit e80ed66

Browse files
committed
♻️ (ci.yml): remove performance tests job from CI workflow to streamline the pipeline
1 parent 8d69d2f commit e80ed66

File tree

1 file changed

+0
-26
lines changed

1 file changed

+0
-26
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -210,32 +210,6 @@ jobs:
210210
examples/*/schema.graphql
211211
retention-days: 7
212212

213-
performance-tests:
214-
name: ⚡ Performance Tests
215-
runs-on: ubuntu-latest
216-
needs: [setup, unit-tests]
217-
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
218-
steps:
219-
- name: 📥 Checkout code
220-
uses: actions/checkout@v4
221-
222-
- name: 🐰 Setup Bun
223-
uses: oven-sh/setup-bun@v2
224-
with:
225-
bun-version: ${{ env.BUN_VERSION }}
226-
227-
- name: 💾 Restore dependencies
228-
uses: actions/cache@v4
229-
with:
230-
path: |
231-
~/.bun/install/cache
232-
node_modules
233-
examples/*/node_modules
234-
key: ${{ needs.setup.outputs.cache-key }}
235-
236-
- name: ⚡ Run performance tests
237-
run: bun test tests/performance/
238-
239213
security-scan:
240214
name: 🔒 Security Scan
241215
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)