diff --git a/.github/workflows/test-and-build.yml b/.github/workflows/test-and-build.yml index d587ca5..9156e93 100644 --- a/.github/workflows/test-and-build.yml +++ b/.github/workflows/test-and-build.yml @@ -1,4 +1,4 @@ -name: Build and Test +name: Test and Build on: [push] @@ -11,11 +11,6 @@ jobs: with: path: plugins/sample-plugin - # - name: Install Docker - # run: | - # sudo apt-get update - # sudo apt-get install -y docker.io - - name: Installing Pluginade working-directory: plugins/sample-plugin run: sh pluginade.sh install @@ -32,11 +27,6 @@ jobs: with: path: plugins/sample-plugin - - name: Install Docker - run: | - sudo apt-get update - sudo apt-get install -y docker.io - - name: Installing Pluginade working-directory: plugins/sample-plugin run: sh pluginade.sh install @@ -53,11 +43,6 @@ jobs: with: path: plugins/sample-plugin - - name: Install Docker - run: | - sudo apt-get update - sudo apt-get install -y docker.io - - name: Installing Pluginade working-directory: plugins/sample-plugin run: sh pluginade.sh install @@ -74,11 +59,6 @@ jobs: with: path: plugins/sample-plugin - - name: Install Docker - run: | - sudo apt-get update - sudo apt-get install -y docker.io - - name: Installing Pluginade working-directory: plugins/sample-plugin run: sh pluginade.sh install @@ -95,11 +75,6 @@ jobs: with: path: plugins/sample-plugin - - name: Install Docker - run: | - sudo apt-get update - sudo apt-get install -y docker.io - - name: Installing Pluginade working-directory: plugins/sample-plugin run: sh pluginade.sh install @@ -118,11 +93,6 @@ jobs: with: path: plugins/sample-plugin - - name: Install Docker - run: | - sudo apt-get update - sudo apt-get install -y docker.io - - name: Installing Pluginade working-directory: plugins/sample-plugin run: sh pluginade.sh install