Skip to content
This repository was archived by the owner on Nov 8, 2024. It is now read-only.

Commit 76d5faa

Browse files
author
Natalie
committed
chore(gh-actions): add missing step
1 parent 77de30a commit 76d5faa

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.github/workflows/run-test.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@ name: run-test
33
on: push
44

55
jobs:
6+
7+
# build
8+
build:
9+
10+
runs-on:
11+
612
# general test run
713
test:
814

@@ -22,5 +28,10 @@ jobs:
2228

2329
- run: git submodule update --recursive --init
2430
- run: npm install
31+
- run:
32+
command: |
33+
cd ext/protagonist/drafter
34+
./configure
35+
make drafter
2536
- run: npm install ext/protagonist
2637
- run: npm test

0 commit comments

Comments
 (0)