Skip to content

Commit

Permalink
Remove duplicate CI step
Browse files Browse the repository at this point in the history
  • Loading branch information
VerHde committed Mar 28, 2024
1 parent 0077c61 commit f99771b
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 9 deletions.
8 changes: 1 addition & 7 deletions .woodpecker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,12 +48,6 @@ steps:
- npm run lint
depends_on: [node-install-dependencies]

node-format:
image: *node_image
commands:
- npm run format
depends_on: [node-install-dependencies]

node-test-e2e:
image: *node_image
environment:
Expand All @@ -70,7 +64,7 @@ steps:
- npm start
depends_on: [node-install-dependencies, synapse-register-admin]

node-test:
node-test-units:
image: *node_image
commands:
- npm test --ci
Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@
"fix": "npm run lint-fix",
"test": "rm -rf dist/ && jest",
"compile": "rm -rf dist/ && tsc",
"jq-test-users": "jq --compact-output '.' test/users.json",
"start": "npm run compile && node dist/app.js",
"prepare": "husky"
},
Expand Down
2 changes: 1 addition & 1 deletion test/messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@
{
"_id": "msgId002",
"rid": "GENERAL",
"msg": "Second message (more or less)",
"msg": "Second message (more or less), but 3rd pinned",
"ts": {
"$date": "2000-01-10T12:00:00.000Z"
},
Expand Down

0 comments on commit f99771b

Please sign in to comment.