Skip to content

Commit 53af9db

Browse files
committed
fix: build project before running gre tests
Signed-off-by: Tomás Migone <[email protected]>
1 parent 32fa67e commit 53af9db

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/gre.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,7 @@ jobs:
2121
node-version: ${{ matrix.node-version }}
2222
- name: Install packages
2323
run: yarn install --non-interactive --frozen-lockfile
24+
- name: Build project
25+
run: yarn build
2426
- name: Run GRE tests
2527
run: yarn test:gre

0 commit comments

Comments
 (0)