Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
XantreDev committed Aug 17, 2024
1 parent a512925 commit 530d6d9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,6 @@ jobs:
with:
languages: javascript
- run: yarn install --frozen-lockfile
- name: Run benchmarks
uses: CodSpeedHQ/action@v3
with:
run: npm exec vitest bench
token: ${{ secrets.CODSPEED_TOKEN }}
- run: yarn build
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v3
4 changes: 1 addition & 3 deletions .github/workflows/codspeed.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: codspeed-benchmarks
name: benchmarks

on:
push:
Expand All @@ -16,8 +16,6 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: 20.11.1
# More info: https://docs.github.com/en/actions/publishing-packages/publishing-nodejs-packages#publishing-packages-to-the-npm-registry
registry-url: 'https://registry.npmjs.org'
- name: Use node_modules cache
uses: actions/cache@v4
with:
Expand Down

0 comments on commit 530d6d9

Please sign in to comment.