mirror of
https://github.com/logseq/logseq.git
synced 2026-04-27 15:45:00 +00:00
ci(build): rename job
This commit is contained in:
8
.github/workflows/build.yml
vendored
8
.github/workflows/build.yml
vendored
@@ -21,8 +21,12 @@ env:
|
||||
|
||||
jobs:
|
||||
|
||||
cljs-test:
|
||||
runs-on: ubuntu-latest
|
||||
test:
|
||||
strategy:
|
||||
matrix:
|
||||
operating-system: [ubuntu-latest]
|
||||
|
||||
runs-on: ${{ matrix.operating-system }}
|
||||
|
||||
steps:
|
||||
- name: Checkout
|
||||
|
||||
Reference in New Issue
Block a user