Skip to content

Commit

Permalink
Update the CI
Browse files Browse the repository at this point in the history
  • Loading branch information
cedx committed Oct 22, 2024
1 parent 8224c98 commit 699da01
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ jobs:
lix download
npm ci
- name: Run tests
run: haxe test.hxml
run: lix Test
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,6 @@
},
"scripts": {
"start": "node bin/php_minifier.js --help",
"test": "haxe test.hxml"
"test": "lix Test"
}
}

0 comments on commit 699da01

Please sign in to comment.