Skip to content

Commit

Permalink
Merge pull request #2066 from UniversityOfHelsinkiCS/trunk
Browse files Browse the repository at this point in the history
Programme structure from SIS, updated cypress and concurrently
  • Loading branch information
esakemp authored Apr 29, 2020
2 parents 826ea1b + 294c069 commit 2faa116
Show file tree
Hide file tree
Showing 6 changed files with 249 additions and 174 deletions.
5 changes: 5 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
version: 2.1

orbs:
node: circleci/[email protected]

executors:
my-executor:
working_directory: ~/app
Expand Down Expand Up @@ -44,6 +47,8 @@ jobs:
echo 'USING TRUNK CONFIG';
fi
- checkout
- node/install:
node-version: latest
- restore_cache:
keys:
- npmcache-v2-{{ checksum "package-lock.json" }}
Expand Down
Loading

0 comments on commit 2faa116

Please sign in to comment.