Skip to content

Commit

Permalink
Removed docker setup & build/push actions from ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dmccoystephenson committed Jan 31, 2024
1 parent 8fd9b82 commit 132dd13
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,6 @@ jobs:
cmake --build _cmake_build --target install
- name: Install sonar-scanner and build-wrapper
uses: sonarsource/sonarcloud-github-c-cpp@v2 # This Action Installs sonar cloud and build wrapper to run sonar scan analysis
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
- name: Build
uses: docker/build-push-action@v5
- name: Build and Generate test coverage
run: |
cd $GITHUB_WORKSPACE
Expand Down

0 comments on commit 132dd13

Please sign in to comment.