Skip to content

Commit

Permalink
fix: workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ldez committed May 9, 2024
1 parent 8a38bfe commit 4996f06
Show file tree
Hide file tree
Showing 5 changed files with 7,259 additions and 5,640 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,7 @@ jobs:
name: Tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: 12
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
- run: npm install
- run: npm run test
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ lib-cov
*.out
*.pid
*.gz
.idea/

pids
logs
Expand Down
2 changes: 1 addition & 1 deletion karma.conf.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ module.exports = (config) ->

# start these browsers
# available browser launchers: https://npmjs.org/browse/keyword/karma-launcher
browsers: ['PhantomJS']
browsers: ['FirefoxHeadless']

# Continuous Integration mode
# if true, Karma captures browsers, runs the tests and exits
Expand Down
Loading

0 comments on commit 4996f06

Please sign in to comment.