Skip to content

Commit

Permalink
Use ubuntu machine in circle
Browse files Browse the repository at this point in the history
  • Loading branch information
starsinmypockets committed Feb 21, 2022
1 parent 248e904 commit 9056cbb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ jobs:
build:
parallelism: 1
machine:
image: circleci/classic:latest
image: ubuntu-2004:202111-02
environment:
TEST_RESULTS: /tmp/test-results
DRUPAL_VERSION: V8
Expand All @@ -18,4 +18,4 @@ jobs:
command: npm install
- run:
name: Run Jest Tests
command: npm test
command: npm test

0 comments on commit 9056cbb

Please sign in to comment.