Skip to content

Commit

Permalink
Trim down vscode test steps
Browse files Browse the repository at this point in the history
We might want it for a release workflow, but let's save the CI
minutes for pull requests.
  • Loading branch information
wkillerud committed Nov 3, 2024
1 parent d645e61 commit 2974f75
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,21 +75,10 @@ jobs:
- uses: actions/setup-node@v4
with: { node-version: "${{ env.DEFAULT_NODE_VERSION }}" }

- name: Update npm for attestation feature
run: npm install -g npm@latest

- name: Install dependencies
run: npm clean-install
working-directory: extension

- name: Verify the integrity of provenance attestations and registry signatures for installed dependencies
run: npm audit signatures
working-directory: extension

- name: Build extension
run: npm run build
working-directory: extension

- name: Run extension tests in simulated X environment
run: xvfb-run -a npm run test
if: runner.os == 'Linux'
Expand Down

0 comments on commit 2974f75

Please sign in to comment.