Skip to content

Commit d030e83

Browse files
committed
Change GitHub CI code
1 parent 3e66485 commit d030e83

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,13 @@ jobs:
2222

2323
- name: Install dependencies
2424
run: |
25-
npm install -g bower
25+
npm install -g spago
2626
npm install
27-
bower install --production
27+
spago fetch
2828
2929
- name: Build source
30-
run: npm run-script build
30+
run: spago build
3131

3232
- name: Run tests
3333
run: |
34-
bower install
35-
npm run-script test --if-present
34+
spago test

0 commit comments

Comments
 (0)