Skip to content

Commit

Permalink
action update
Browse files Browse the repository at this point in the history
  • Loading branch information
akvlad committed Mar 29, 2022
1 parent fbe5574 commit 872d4fe
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/node-clickhouse.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ jobs:
CLICKHOUSE_DB: loki
CLICKHOUSE_TSDB: loki
INTEGRATION_E2E: 1
run: npm run test --forceExit
run: node cloki.js & npm run test --forceExit
1 change: 0 additions & 1 deletion parser/bnf.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ for (const reg of Object.keys(registries)) {
keys.sort((a, b) => b.length - a.length)
bnf = bnf.replace(`<${reg}>`, keys.join('|'))
}
console.log(bnf)
const plugins = getPlg({ type: 'macros' })
bnf += Object.values(plugins).map(p => p.bnf).join('\n') + '\n'
bnf += 'user_macro ::=' + Object.values(plugins).map(p => p._main_rule_name).map(n => `<${n}>`).join('|') + '\n'
Expand Down

0 comments on commit 872d4fe

Please sign in to comment.