Skip to content

Commit

Permalink
fix: get tests running again
Browse files Browse the repository at this point in the history
Signed-off-by: Brent Hoover <[email protected]>
  • Loading branch information
brent-hoover committed Aug 21, 2022
1 parent 062baaf commit 776be17
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,6 @@ jobs:
- v1-dependencies-
- run: touch /usr/bin/docker && chmod +x /usr/bin/docker
- run: touch /usr/bin/docker-compose && chmod +x /usr/bin/docker-compose
# - run: mkdir -p /etc/apt/keyrings
# - run: curl -fsSL https://download.docker.com/linux/ubuntu/gpg | gpg --dearmor -o /etc/apt/keyrings/docker.gpg
# - run: echo "deb [arch=$(dpkg --print-architecture) signed-by=/etc/apt/keyrings/docker.gpg] https://download.docker.com/linux/ubuntu $(lsb_release -cs) stable" | tee /etc/apt/sources.list.d/docker.list > /dev/null
# - run: apt-get update && apt-get install docker-ce docker-ce-cli containerd.io docker-compose-plugin
- run: npm run test
workflows:
version: 2
Expand Down

0 comments on commit 776be17

Please sign in to comment.