Skip to content

Commit

Permalink
adding shell to github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
rh0delta committed Oct 24, 2024
1 parent 5c0efde commit c9ac04d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,13 @@ jobs:
run: yarn --network-timeout 180000
- name: Typecheck
run: yarn run test:types
shell: bash
- name: Build
run: yarn run build
shell: bash
- name: Add TSS server host mappings
run: |
echo "127.0.0.1 alice-tss-server bob-tss-server charlie-tss-server dave-tss-server" | sudo tee -a /etc/hosts
- name: Test
run: yarn run test
shell: bash

0 comments on commit c9ac04d

Please sign in to comment.