Skip to content

Commit 41fb9c2

Browse files
Make Actions pipeline more like Travis
1 parent bca2abb commit 41fb9c2

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

.github/workflows/ci.yml

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,14 @@ jobs:
3030
version: 'stable'
3131

3232
- name: Install dependencies
33-
run: raco pkg install --auto --dependencies fail
33+
run: raco pkg install --auto --deps fail --name algorithms
3434

3535
- name: Run tests
36-
run: raco test .
36+
run: raco test -x -p algorithms
37+
38+
# - name: Coverage report
39+
# if: success()
40+
# run: |
41+
# raco setup --check-pkg-deps --pkgs algorithms
42+
# raco pkg install --auto cover cover-coveralls
43+
# raco cover -b -f coveralls -d ${{ github.workspace }}/coverage .

0 commit comments

Comments
 (0)