Skip to content

Commit

Permalink
fix: build project before running gre tests
Browse files Browse the repository at this point in the history
Signed-off-by: Tomás Migone <tomas@edgeandnode.com>
  • Loading branch information
tmigone committed Sep 6, 2022
1 parent 32fa67e commit 53af9db
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/gre.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,7 @@ jobs:
node-version: ${{ matrix.node-version }}
- name: Install packages
run: yarn install --non-interactive --frozen-lockfile
- name: Build project
run: yarn build
- name: Run GRE tests
run: yarn test:gre

0 comments on commit 53af9db

Please sign in to comment.