1
0
mirror of https://github.com/nostalgic-css/NES.css.git synced 2025-09-01 02:01:56 +02:00

ci: Switch back to containers

Switching back to container because I have no idea how to fix the errors that came up without them.
Additionally, I'm changing the working directory to `~/tmp` to see if that works better than the
`~/app` folder.
This commit is contained in:
Trezy
2018-12-01 12:14:32 -06:00
committed by BcRikko
parent 76de2f14cf
commit 6bcc66ad83

View File

@@ -1,7 +1,19 @@
version: 2.1
defaults: &defaults
docker:
- image: circleci/node
working_directory: ~/tmp
jobs:
checkout:
<<: *defaults
steps:
- restore_cache:
name: Restore Repository Cache
@@ -25,6 +37,8 @@ jobs:
- .
install-dependencies:
<<: *defaults
steps:
- attach_workspace:
at: .
@@ -51,6 +65,8 @@ jobs:
- node_modules
build:
<<: *defaults
steps:
- attach_workspace:
at: .
@@ -87,6 +103,8 @@ jobs:
- css
# test:
# <<: *defaults
# steps:
# - attach_workspace:
# at: .
@@ -100,6 +118,8 @@ jobs:
# command: yarn test
# coverage:
# <<: *defaults
# steps:
# - attach_workspace:
# at: .
@@ -113,6 +133,8 @@ jobs:
# command: yarn test-coverage
release:
<<: *defaults
steps:
- attach_workspace:
at: .