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 dfff3ff
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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 @@ -12,10 +12,10 @@ jobs:
- run:
name: "Setup variables"
command: |
echo $CIRCLE_BRANCH
echo $CIRCLE_BRANCH && echo `node --version`
- run:
name: Install Dependencies
command: npm install
- run:
name: Run Jest Tests
command: npm test
command: npm test

0 comments on commit dfff3ff

Please sign in to comment.