Commit ff6f7e36 authored by Roman Yurchak's avatar Roman Yurchak

Better CircleCI workspace usage

parent 96f26596
...@@ -74,11 +74,14 @@ jobs: ...@@ -74,11 +74,14 @@ jobs:
- persist_to_workspace: - persist_to_workspace:
root: . root: .
paths: paths:
- ./* - ./build
- ./pyodide-env
- ./firefox
test-firefox: test-firefox:
<<: *defaults <<: *defaults
steps: steps:
- checkout
- attach_workspace: - attach_workspace:
at: . at: .
- run: - run:
...@@ -95,8 +98,9 @@ jobs: ...@@ -95,8 +98,9 @@ jobs:
test-chrome: test-chrome:
<<: *defaults <<: *defaults
steps: steps:
- checkout
- attach_workspace: - attach_workspace:
at: ~/repo/build at: .
- run: - run:
name: test name: test
command: | command: |
...@@ -113,6 +117,9 @@ jobs: ...@@ -113,6 +117,9 @@ jobs:
enabled: true enabled: true
steps: steps:
- checkout
- attach_workspace:
at: .
- run: - run:
name: Deploy to Github Pages name: Deploy to Github Pages
command: | command: |
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment