Skip to content

Commit 0fddebd

Browse files
committed
install fish in GH actions
1 parent 85959b0 commit 0fddebd

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci_tests.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,8 @@ jobs:
1313
steps:
1414
- uses: actions/checkout@v2
1515

16+
- name: Install dependencies
17+
run: sudo apt-get install -y fish
18+
1619
- name: Run tests
1720
run: ./in-docker.sh 'npm install && npm run build && npm test'

0 commit comments

Comments
 (0)