Skip to content
This repository was archived by the owner on Dec 15, 2022. It is now read-only.

Commit faea85a

Browse files
committed
Indirection
1 parent 53cc4b7 commit faea85a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,10 +78,10 @@ jobs:
7878
sudo unzip -q /tmp/atom.zip -d /tmp/atom
7979
- name: install dependencies
8080
shell: bash
81-
run: ${APM} ci
81+
run: sh -c "${APM} ci"
8282
- name: run tests
8383
shell: bash
84-
run: ${ATOM} --test test/
84+
run: sh -c "${ATOM} --test test/"
8585
- name: report code coverage
8686
shell: bash
8787
env:

0 commit comments

Comments
 (0)