ci(build): rename job

This commit is contained in:
Andelf
2022-01-13 22:40:43 +08:00
parent b26d4c3fc2
commit 71ff117d59

View File

@@ -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