Skip to content

Commit

Permalink
Test with machine image [semver:skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
FelicianoTech committed Mar 3, 2021
1 parent 3d313ec commit 8b3a097
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,12 @@ integration-tests: &integration-tests
]

executors:
linux:
docker:
docker:
- image: cimg/base:stable
linux:
machine:
image: ubuntu-2004:202101-01
macos:
macos:
xcode: 11.4
Expand Down Expand Up @@ -162,15 +165,15 @@ workflows:
- integration-test-install-specified-version:
matrix:
parameters:
os: [linux, macos]
os: [docker, linux, macos]
- integration-test-install-latest:
matrix:
parameters:
os: [linux, macos]
os: [docker, linux, macos]
- integration-test-install-lts:
matrix:
parameters:
os: [linux, macos]
os: [docker, linux, macos]
- node/test:
name: node-test-job
app-dir: "~/project/sample"
Expand Down

0 comments on commit 8b3a097

Please sign in to comment.