File tree Expand file tree Collapse file tree 1 file changed +0
-26
lines changed
Expand file tree Collapse file tree 1 file changed +0
-26
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments