Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Donald Haase
rpg-workshop
Commits
baec5f92
Commit
baec5f92
authored
Oct 18, 2021
by
Joe Ziemba
Browse files
33 run e2e in CI
parent
03839c50
Changes
1
Hide whitespace changes
Inline
Side-by-side
.circleci/config.yml
View file @
baec5f92
...
...
@@ -7,8 +7,8 @@ jobs:
build
:
docker
:
# specify the version you desire here
-
image
:
circleci/node:14.16.1
-
image
:
circleci/node:14.16.1
-browsers
# Specify service dependencies here if necessary
# CircleCI maintains a library of pre-built images
# documented at https://circleci.com/docs/2.0/circleci-images/
...
...
@@ -22,9 +22,9 @@ jobs:
# Download and cache dependencies
-
restore_cache
:
keys
:
-
v2-dependencies-{{ checksum "package.json" }}
# fallback to using the latest cache if no exact match is found
-
v2-dependencies-
-
v2-dependencies-{{ checksum "package.json" }}
# fallback to using the latest cache if no exact match is found
-
v2-dependencies-
-
run
:
npm install
...
...
@@ -32,9 +32,10 @@ jobs:
paths
:
-
node_modules
key
:
v2-dependencies-{{ checksum "package.json" }}
# run tests!
-
run
:
npm test
-
run
:
npm test:all
-
run
:
npm run e2e:all
# build
-
run
:
npm run build
\ No newline at end of file
-
run
:
npm run build
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment