Skip to content

Commit

Permalink
ci(tests): remove scss test, add js test
Browse files Browse the repository at this point in the history
removed sass test, as it is redundant - the action it performs has already been done in the
pipeline.  Add in the runnung of JS tests
  • Loading branch information
chrispymm committed Sep 23, 2024
1 parent 7d3006c commit 34aab15
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/deploy-production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,16 +44,12 @@ jobs:

steps:
- uses: actions/checkout@v4
- uses: actions/download-artifact@v4
with:
name: mojds-package
path: package
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- name: Test Sass can be compiled
run: npm run test:sass
- name: Run JS tests
run: npm run test:js

deploy:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 34aab15

Please sign in to comment.