Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
VeskeR committed Oct 11, 2024
1 parent ded7161 commit 3c506e1
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/unified-test-suite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,14 @@ jobs:

- run: npm ci

- name: Prepare adapter
working-directory: unified-test-suite:adapter
run: npm ci

- name: Install uts-chat globally
run: npm install -g @ably-labs/uts-chat

- name: Run uts-chat with ADAPTER_EXECUTABLE
env:
ADAPTER_EXECUTABLE: "npm run uts:adapter"
ADAPTER_EXECUTABLE: npm run uts:adapter
run: uts-chat

0 comments on commit 3c506e1

Please sign in to comment.