Skip to content

Commit 34b2d20

Browse files
committed
fixed CI action names
1 parent 954dad8 commit 34b2d20

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: .github/workflows/ci.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ jobs:
143143
run: git diff --exit-code
144144

145145
host-test:
146-
name: Host Tests - in-memory index
146+
name: Host Tests
147147
runs-on: ubuntu-latest
148148
concurrency:
149149
group: boxel-host-test${{ github.head_ref || github.run_id }}
@@ -292,7 +292,7 @@ jobs:
292292
-d '{"context":"Matrix Playwright tests report","description":"","target_url":"'"$PLAYWRIGHT_REPORT_URL"'","state":"success"}'
293293
294294
realm-server-test:
295-
name: Realm Server Tests - in-memory index
295+
name: Realm Server Tests
296296
runs-on: ubuntu-latest
297297
concurrency:
298298
group: realm-server-test-${{ github.head_ref || github.run_id }}

0 commit comments

Comments
 (0)