Skip to content

Commit

Permalink
x
Browse files Browse the repository at this point in the history
  • Loading branch information
dg committed Oct 24, 2023
1 parent 0e8c69c commit c1ff207
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/coding-style.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,5 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: npm install
- run: npm install --prefix tests/netteForms
- run: npx eslint src/assets/netteForms.js
7 changes: 4 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
#- run: npm install -g grunt-cli
- run: npm install --prefix tests/netteForms
- run: grunt --gruntfile=tests/netteForms/Gruntfile.js test
- run: |
cd tests/netteForms
npm install
karma start

0 comments on commit c1ff207

Please sign in to comment.