Cleanup the workflow

This commit is contained in:
Lee Miller 2024-03-01 00:11:39 +02:00
parent 282308e469
commit ec57af94cd
Signed by untrusted user: lee.miller
GPG Key ID: 4F97A5EA88F4AB63
1 changed files with 0 additions and 6 deletions

View File

@ -12,13 +12,7 @@ jobs:
xauth xvfb
- name: Check out repository code
uses: actions/checkout@v3
- name: Do audit
run: |
npm i --package-lock-only
npm audit fix
- name: Install
run: npm install
- name: Pack
run: npm pack
- name: Run tests
run: npm test