Skip to content

Commit

Permalink
ci(tests): duplicate working test steps from deploy-production workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
chrispymm committed Sep 23, 2024
1 parent d46461d commit e564730
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions .github/workflows/publish-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,15 +38,19 @@ 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
- name: npm install
run: npm install
- name: Run JS tests
run: npm run test:js
- uses: actions/download-artifact@v4
with:
name: mojds-package
path: package
- name: Test that sass can be compiled
run: npm run test:sass

publish:
Expand Down

0 comments on commit e564730

Please sign in to comment.