Skip to content

Commit

Permalink
ci: run apt-get update before install (#7216)
Browse files Browse the repository at this point in the history
  • Loading branch information
yuth authored Apr 29, 2021
1 parent 765844f commit c95a1b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ jobs:
key: amplify-cli-yarn-deps-{{ .Branch }}-{{ checksum "yarn.lock" }}
- run:
name: Install Java
command: sudo apt-get install default-jdk
command: sudo apt-get update && sudo apt-get install default-jdk
- run:
name: Run Transformer end-to-end tests with mock server
command: cd packages/amplify-util-mock/ && yarn e2e
Expand Down

0 comments on commit c95a1b9

Please sign in to comment.