Skip to content

Commit

Permalink
Update format.yml
Browse files Browse the repository at this point in the history
Signed-off-by: Sir-Thom <[email protected]>
  • Loading branch information
Sir-Thom authored Dec 29, 2023
1 parent 676e05b commit e9273f9
Showing 1 changed file with 1 addition and 19 deletions.
20 changes: 1 addition & 19 deletions .github/workflows/format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,22 +27,4 @@ jobs:
- run: npm install -f
- run: npm run format

unittest:
runs-on: ubuntu-latest

needs: format # Ensure that the 'build' job completes before starting this job

strategy:
matrix:
node-version: [21.x]

steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
cache: 'npm'
- run: npm install -f
- run: npm run test # Replace with the actual command to run your tests

0 comments on commit e9273f9

Please sign in to comment.