We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85959b0 commit 0fddebdCopy full SHA for 0fddebd
.github/workflows/ci_tests.yml
@@ -13,5 +13,8 @@ jobs:
13
steps:
14
- uses: actions/checkout@v2
15
16
+ - name: Install dependencies
17
+ run: sudo apt-get install -y fish
18
+
19
- name: Run tests
20
run: ./in-docker.sh 'npm install && npm run build && npm test'
0 commit comments