CircleCI: Fix build (#27678)

Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
pull/27680/head
Arve Knudsen 5 years ago committed by GitHub
parent 02ab019165
commit 04a09dc60a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .circleci/config.yml

@ -854,6 +854,7 @@ jobs:
key: v2-yarn-{{ checksum "yarn.lock" }}
paths:
- node_modules
- install-grabpl
- run:
name: frontend tests
command: |
@ -891,6 +892,7 @@ jobs:
- run:
name: CI job started
command: "./scripts/ci-job-started.sh"
- install-grabpl
- run:
name: back-end tests
command: |

Loading…
Cancel
Save